remove legacy mstile redirects

This commit is contained in:
Daniel Micay 2021-04-15 03:23:50 -04:00
parent 5ab40f8bb7
commit e7f6cff9c2

View File

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