diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-04-17 04:21:36 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-04-17 04:21:36 -0400 |
| commit | d89ba6bbcfb060e7ebd94144d1d701c9015b781c (patch) | |
| tree | 09b0b70f6e5ed75bd5860a4c0c567be4818da654 /nginx | |
| parent | 2efda9f4da944cc8bcbc97c09b7ec77358e0cbb9 (diff) | |
redirect mangled backlinks to /usage#updates
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index a9960f8e..b500901e 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -169,6 +169,11 @@ http { return 301 /faq; } + # mangled backlinks to /usage#updates + location = /updates { + return 301 /usage#updates; + } + location = /web-install { return 301 /install/web; } |
