fix object replacement character redirect
This commit is contained in:
parent
05e0a9e8b5
commit
bd3cfebafd
@ -160,8 +160,8 @@ http {
|
|||||||
return 301 /usage#updates;
|
return 301 /usage#updates;
|
||||||
}
|
}
|
||||||
|
|
||||||
# broken link (now fixed) on https://noagendaphone.com/ with UTF-8 replacement character
|
# broken link (now fixed) on https://noagendaphone.com/ with UTF-8 object replacement character
|
||||||
location = /%EF%BF%BC {
|
location = "/" {
|
||||||
return 301 /;
|
return 301 /;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user