nginx: mark static brotli files as internal too
This commit is contained in:
parent
99f3f8637e
commit
5a5127845a
@ -86,7 +86,7 @@ server {
|
||||
add_header Cache-Control "public, max-age=1800";
|
||||
}
|
||||
|
||||
location ~ "\.gz" {
|
||||
location ~ "\.(br|gz)" {
|
||||
internal;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user