]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb
imagery: try harder to find a working fastcgi socket
[chef.git] / cookbooks / imagery / templates / default / nginx_imagery_layer_fragment.conf.erb
index b96a6719c1e8d2951d84c30bcb185aeb059f42f9..856ec6765f07a4fd89a1e3f5a5b293673b3d0e45 100644 (file)
@@ -21,13 +21,13 @@ location ~* "^/layer/<%= @layer %>/(\d+)/(\d+)/(\d+)\.(png|jpg|jpeg)$" {
   fastcgi_cache_valid 200 21d;
   fastcgi_cache_use_stale error timeout updating http_500 http_503;
 
-  # Leaflet aborts connection still in flight to free up resources
-  fastcgi_ignore_client_abort off;
+  # Ignore client abort as it causes issues with the pipeline
+  fastcgi_ignore_client_abort on;
 
   fastcgi_catch_stderr "Image handling error";
 
   fastcgi_next_upstream error timeout invalid_header http_500 http_503;
-  fastcgi_next_upstream_tries 3;
+  fastcgi_next_upstream_tries 8;
 
   # Do not GZIP tiles
   gzip off;