X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/54b44aa65f372aa7adce65398c366cb944e9dfd8..09b3b685397aea927e5a0a67b67d5e778b3441db:/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 bf8aa264a..d5e4a420f 100644 --- a/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb +++ b/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb @@ -13,7 +13,7 @@ location ~* "^/layer/<%= @layer %>/(\d+)/(\d+)/(\d+)\.(png|jpg|jpeg)$" { fastcgi_cache_lock on; fastcgi_cache_lock_timeout 30s; fastcgi_cache_valid 200 21d; - fastcgi_cache_use_stale error timeout updating http_500 http_502 http_503 http_504; + fastcgi_cache_use_stale error timeout updating http_500 http_503; gzip off; }