drop legacy UTF-8 replacement character redirect

This commit is contained in:
Daniel Micay 2024-03-23 10:05:31 -04:00
parent 32b684ecec
commit 19cc7a9097

View File

@ -267,11 +267,6 @@ http {
return 301 /usage#updates;
}
# broken link (now fixed) on https://noagendaphone.com/ with UTF-8 object replacement character
location = "/" {
return 301 /;
}
location = /web-install {
return 301 /install/web;
}