another quotes situation

This commit is contained in:
staticsafe 2018-04-08 18:48:01 -04:00
parent 2d229a436d
commit 11f7b2f07e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
try_files $uri @proxy;
}
- location ~ ^/(emoji|packs|system/media_attachments/files|system/accounts/avatars) {
add_header Cache-Control public, max-age=31536000, immutable;
add_header Cache-Control "public, max-age=31536000, immutable";
}
- location @proxy {
proxy_set_header Host $host;