X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7f4aa53193b3b64f36af8377bb3e5c397f4fb322..4dab3b4d33e881217f87c788bd4a816ab757b1ff:/config/nginx.conf diff --git a/config/nginx.conf b/config/nginx.conf index 366c1e1b2..d63b82b6f 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -192,7 +192,10 @@ http { } # Handle Special Case Expiry - location ~ ^/(export|openlayers)/ { + location ~ ^/openlayers/ { + expires 7d; + } + location ~ ^/export/embed.html$ { expires 7d; } location ~ ^/(images|javascripts|stylesheets)/ {