diff --git a/cfg/home/etc/nginx b/cfg/home/etc/nginx index ec1c9bbd..4c1e2176 100644 --- a/cfg/home/etc/nginx +++ b/cfg/home/etc/nginx @@ -83,7 +83,9 @@ http { location = /50x.html { root /var/www/nginx-default; } - + location ~ ^/packages/.*\.svg { + add_header Cache-Control no-cache; + } }