]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: ignore client about fastcgi side
authorGrant Slater <git@firefishy.com>
Wed, 19 Dec 2018 17:23:17 +0000 (17:23 +0000)
committerGrant Slater <git@firefishy.com>
Wed, 19 Dec 2018 17:23:17 +0000 (17:23 +0000)
cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb

index b96a6719c1e8d2951d84c30bcb185aeb059f42f9..5b42fe937769fade8395c1c89f5dde588cb2b69f 100644 (file)
@@ -21,8 +21,8 @@ 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";