diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-04-15 03:23:50 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-04-15 03:23:50 -0400 |
| commit | e7f6cff9c22770b6709ec940281c2e1cda03caa7 (patch) | |
| tree | e6c5b49b37f866a355c8256fd133ccd227b8b05e | |
| parent | 5ab40f8bb7f93e4fbd7e913068082f6981ea167b (diff) | |
remove legacy mstile redirects
| -rw-r--r-- | nginx/nginx.conf | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index b4456be1..bfb932b2 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -190,22 +190,6 @@ http { return 301 /LICENSE.txt; } - location = /mstile-150x150.png { - return 301 /mstile/150x150.png; - } - - location = /mstile-310x310.png { - return 301 /mstile/310x310.png; - } - - location = /mstile-70x70.png { - return 301 /mstile/70x70.png; - } - - location = /mstile-310x150.png { - return 301 /mstile/310x150.png; - } - location = /generate_204 { return 301 /faq#default-connections; } |
