diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 385781db..aa1a70d8 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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 /; }