move mstile icons to directory
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user