Commit 3204df8 1 parent 15dbc13 commit 3204df8 Copy full SHA for 3204df8
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 64
64
user "rails"
65
65
group "www-data"
66
66
umask "0002"
67
- exec_start "/usr/bin/openstreetmap-cgimap --daemon --instances 30"
67
+ exec_start "/usr/bin/openstreetmap-cgimap --daemon --instances 30 --basic_auth_support false --oauth_10_support falsE "
68
68
exec_reload "/bin/kill -HUP $MAINPID"
69
69
runtime_directory "cgimap"
70
70
private_tmp true
Original file line number Diff line number Diff line change 364
364
"max_number_of_way_nodes" => node [ :web ] [ :max_number_of_way_nodes ] ,
365
365
"max_number_of_relation_members" => node [ :web ] [ :max_number_of_relation_members ] ,
366
366
"oauth_10_support" => false ,
367
- "oauth_10_registration" => false
367
+ "oauth_10_registration" => false ,
368
+ "oauth_10a_support" => false ,
369
+ "basic_auth_support" => false
368
370
)
369
371
370
372
if new_resource . memcache_servers
You can’t perform that action at this time.
0 commit comments