fix object replacement character redirect

This commit is contained in:
Daniel Micay 2021-06-11 10:18:57 -04:00
parent 05e0a9e8b5
commit bd3cfebafd

View File

@ -160,8 +160,8 @@ http {
return 301 /usage#updates;
}
# broken link (now fixed) on https://noagendaphone.com/ with UTF-8 replacement character
location = /%EF%BF%BC {
# broken link (now fixed) on https://noagendaphone.com/ with UTF-8 object replacement character
location = "/" {
return 301 /;
}