From e7f6cff9c22770b6709ec940281c2e1cda03caa7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 15 Apr 2021 03:23:50 -0400 Subject: [PATCH] remove legacy mstile redirects --- nginx/nginx.conf | 16 ---------------- 1 file changed, 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; }