convert regex location into exact match
This commit is contained in:
parent
9cfd6a9ca7
commit
ea67f9c6b2
@ -234,7 +234,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# broken link (now fixed) on https://noagendaphone.com/ with UTF-8 replacement character
|
# broken link (now fixed) on https://noagendaphone.com/ with UTF-8 replacement character
|
||||||
location ~ "^/\xEF\xBF\xBC$" {
|
location = /%EF%BF%BC {
|
||||||
return 301 /;
|
return 301 /;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user