only match end of path for brotli/gzip location

This commit is contained in:
Daniel Micay 2020-12-31 20:17:25 -05:00
parent b61fa21ddf
commit 469e30fbd9

View File

@ -215,7 +215,7 @@ http {
return 301 https://grapheneos.org/$1;
}
location ~ "\.(br|gz)" {
location ~ "\.(br|gz)$" {
internal;
}