summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/nginx.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 962709c6..f61b915d 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -266,10 +266,6 @@ http {
return 301 /install/web;
}
- location = /LICENSE {
- return 301 /LICENSE.txt;
- }
-
location = /generate_204 {
return 301 /faq#default-connections;
}