]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: increase timeout
authorGrant Slater <git@firefishy.com>
Thu, 21 Jul 2016 15:03:38 +0000 (16:03 +0100)
committerGrant Slater <git@firefishy.com>
Thu, 21 Jul 2016 15:03:38 +0000 (16:03 +0100)
cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb

index f4031b83d0f648b11ff75ed08d2be41e12be7ae2..e527f125053c084b6f0bf49c41e00a12b9f5585d 100644 (file)
@@ -8,7 +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;
+  fastcgi_read_timeout 300s;
 
   # Caching
   fastcgi_cache "fastcgi_cache_zone";