summaryrefslogtreecommitdiff
path: root/nginx/nginx.conf
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-21 15:17:10 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-21 15:17:10 -0500
commitaa3bdc08a7bd2b39fb80e1195e14e4063fc986d1 (patch)
tree3af2f2308e081714f1fd5c3d525fef729a7e2a9c /nginx/nginx.conf
parent0b0eeabeb64e281e8675f2ee32ae3fda212a5309 (diff)
move mstile icons to directory
Diffstat (limited to 'nginx/nginx.conf')
-rw-r--r--nginx/nginx.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 8026c553..c6faa353 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -150,6 +150,22 @@ 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 = /404 {
internal;
http2_push /grapheneos.css?24;