diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-06 18:06:16 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-06 18:06:16 -0400 |
| commit | 52ef603d59490fbb0f0b5cc74ce0bec413c8342f (patch) | |
| tree | 56f2c60ebe3fe6a742f47e96128a9262e5d21621 /nginx | |
| parent | 6e8d3872eccce71f9a257f140f865b97715e0a6d (diff) | |
redirect some mangled backlinks
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/server.conf | 5 |
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; } |
