summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/server.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/nginx/server.conf b/nginx/server.conf
index d1725f58..f917f270 100644
--- a/nginx/server.conf
+++ b/nginx/server.conf
@@ -63,6 +63,11 @@ server {
return 301 /bitcoin-address.png;
}
+ # mangled backlinks to /install
+ location = /installMinimal {
+ return 301 /install;
+ }
+
location = /LICENSE {
default_type text/plain;
}