]> git.openstreetmap.org Git - chef.git/commitdiff
Drop no longer supported switches from cgimap
authorTom Hughes <tom@compton.nu>
Sun, 25 Aug 2024 10:42:26 +0000 (11:42 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 25 Aug 2024 10:42:26 +0000 (11:42 +0100)
cookbooks/web/recipes/cgimap.rb

index 7f302b6ecfd5722f51557bfc0bd80a050822df79..380f2a8eb734f9f9a211e8042705029e5458714c 100644 (file)
@@ -65,7 +65,7 @@ systemd_service "cgimap" do
   user "rails"
   group "www-data"
   umask "0002"
-  exec_start "/usr/bin/openstreetmap-cgimap --daemon --instances 30 --basic_auth_support false --oauth_10_support false"
+  exec_start "/usr/bin/openstreetmap-cgimap --daemon --instances 30"
   exec_reload "/bin/kill -HUP $MAINPID"
   runtime_directory "cgimap"
   private_tmp true