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