]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/nginx.erb
nominatim: be a bit more lenient before banning
[chef.git] / cookbooks / nominatim / templates / default / nginx.erb
index a44e9382c0bf69c9266f23bbe6c37aad707e64c3..1aae26e423fa5284b95fa60f6fcf43fcb12e7352 100644 (file)
@@ -178,7 +178,7 @@ server {
         include <%= @confdir %>/nginx_blocked_generic.conf;
 
         limit_req zone=www burst=10;
-        limit_req zone=tarpit burst=2;
+        limit_req zone=tarpit burst=5;
         limit_req zone=reverse burst=5;
         limit_req_status 429;
         fastcgi_pass nominatim_service;