X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/388687b7120815bc61f49de6c5dd0ea793dad67b..709c582dd58742d3a1ba083f9105efdb17a5de6e:/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb diff --git a/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb b/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb index b96a6719c..856ec6765 100644 --- a/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb +++ b/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb @@ -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;