From 6f7f7b63e84057aab081c3ab41b14599f4e67522 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 19 Dec 2018 17:23:17 +0000 Subject: [PATCH] imagery: ignore client about fastcgi side --- .../templates/default/nginx_imagery_layer_fragment.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..5b42fe937 100644 --- a/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb +++ b/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb @@ -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"; -- 2.43.2