X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ee949071d88592f9ade92a39862f68920217f115..a06b97a5d39d63f59f930134c1a2f0038ea8191c:/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb?ds=sidebyside 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 fc0b9e394..548d0f3c9 100644 --- a/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb +++ b/cookbooks/imagery/templates/default/nginx_imagery_layer_fragment.conf.erb @@ -17,6 +17,7 @@ location ~* "^/layer/<%= @layer %>/(\d+)/(\d+)/(\d+)\.(png|jpg|jpeg)$" { fastcgi_cache_use_stale error timeout updating http_500 http_503; gzip off; + expires 7d; } <% if @root_layer -%>