add redirect to new section

This commit is contained in:
dd-dreams 2024-01-30 16:58:35 +02:00 committed by Daniel Micay
parent eb25136a56
commit 7da8c03156

View File

@ -271,6 +271,10 @@ http {
return 301 /faq#default-connections;
}
location = /usage#sandboxed-google-play-esim {
return 301 /usage#esim-support;
}
# redirect away from the old SVG favicon location
location = /mask-icon.svg {
return 301 /favicon.svg;