From: Grant Slater Date: Thu, 21 Jul 2016 14:17:04 +0000 (+0100) Subject: imagery: increase timeout while overviews STILL generate X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/16c2d6540a94a20d0eef0ff65a24238b8e60feb4?hp=f0b39d15dee5276080f7d914f0a05d435376ca2f imagery: increase timeout while overviews STILL generate --- 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 2160836e5..d861fb8ae 100644 --- a/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb +++ b/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb @@ -8,6 +8,7 @@ location ~* "^/layer/<%= @layer %>/(\d+)/(\d+)/(\d+)\.(png|jpg|jpeg)$" { include fastcgi_params; fastcgi_param REQUEST_METHOD "GET"; fastcgi_param HTTP_PROXY ""; + fastcgi_read_timeout 180s; # Caching fastcgi_cache "fastcgi_cache_zone";