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; }