summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index ee59b421..89fb87b7 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -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;
}