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