summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 8a05391d..786a7471 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -158,6 +158,10 @@ http {
return 301 /install/web;
}
+ location = /install-web {
+ return 301 /install/web;
+ }
+
location = /LICENSE {
return 301 /LICENSE.txt;
}