]> 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 380f2a8eb734f9f9a211e8042705029e5458714c..4f1b46e00290a9024baef750bf2d553ac9ea439c 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"
+  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