diff options
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 51a6ff40..1555d354 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -215,7 +215,7 @@ http { return 301 https://grapheneos.org/$1; } - location ~ "\.(br|gz)" { + location ~ "\.(br|gz)$" { internal; } |
