nginx: mark static brotli files as internal too

This commit is contained in:
Daniel Micay 2020-04-19 02:36:41 -04:00
parent 99f3f8637e
commit 5a5127845a

View File

@ -86,7 +86,7 @@ server {
add_header Cache-Control "public, max-age=1800";
}
location ~ "\.gz" {
location ~ "\.(br|gz)" {
internal;
}