diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-31 20:17:25 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-31 20:17:25 -0500 |
| commit | 469e30fbd9dde6a5d0cfcce2c9817a0b99e10c2e (patch) | |
| tree | 93ba3b9a355bf1235e2ef071624f4d76916e3a2d /nginx | |
| parent | b61fa21ddfe980b40f505170cffce661a3af3c70 (diff) | |
only match end of path for brotli/gzip location
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; } |
