add redirect to new section
This commit is contained in:
parent
eb25136a56
commit
7da8c03156
@ -271,6 +271,10 @@ http {
|
|||||||
return 301 /faq#default-connections;
|
return 301 /faq#default-connections;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = /usage#sandboxed-google-play-esim {
|
||||||
|
return 301 /usage#esim-support;
|
||||||
|
}
|
||||||
|
|
||||||
# redirect away from the old SVG favicon location
|
# redirect away from the old SVG favicon location
|
||||||
location = /mask-icon.svg {
|
location = /mask-icon.svg {
|
||||||
return 301 /favicon.svg;
|
return 301 /favicon.svg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user