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