]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/cgimap.rb
Disable OAuth 1.0a and basic authentication
[chef.git] / cookbooks / web / recipes / cgimap.rb
index d3655068431971c0ee9b2b6802ed0fd9079b1689..7188b5373a5ec4238bd891243dfb2fcef91c8fca 100644 (file)
@@ -64,7 +64,7 @@ systemd_service "cgimap" do
   user "rails"
   group "www-data"
   umask "0002"
-  exec_start "/usr/bin/openstreetmap-cgimap --daemon --instances 30"
+  exec_start "/usr/bin/openstreetmap-cgimap --daemon --instances 30 --basic_auth_support false --oauth_10_support falsE"
   exec_reload "/bin/kill -HUP $MAINPID"
   runtime_directory "cgimap"
   private_tmp true