Sync nginx config

This commit is contained in:
Melpa 2015-01-02 21:34:40 -08:00
parent ac7fc57fc5
commit db95f11015

View file

@ -83,7 +83,9 @@ http {
location = /50x.html {
root /var/www/nginx-default;
}
location ~ ^/packages/.*\.svg {
add_header Cache-Control no-cache;
}
}