summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-03-23 10:05:31 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-03-23 10:05:31 -0400
commit19cc7a9097d3812a72c207f002145f90242586f1 (patch)
tree78e7fa30af18bb16fa335096e218ab5bf869d928 /nginx
parent32b684ececbc65aa0296419000123f6d18b4147d (diff)
drop legacy UTF-8 replacement character redirect
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;
}