only match end of path for brotli/gzip location
This commit is contained in:
parent
b61fa21ddf
commit
469e30fbd9
@ -215,7 +215,7 @@ http {
|
||||
return 301 https://grapheneos.org/$1;
|
||||
}
|
||||
|
||||
location ~ "\.(br|gz)" {
|
||||
location ~ "\.(br|gz)$" {
|
||||
internal;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user