summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index f74553c1..cc810403 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -164,11 +164,7 @@ http {
# mangled backlinks to /install
location = /installMinimal {
- return 301 /install;
- }
-
- location = /install {
- return 301 /install/cli;
+ return 301 /install/;
}
location = /web-install {