summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordd-dreams <80887265+dd-dreams@users.noreply.github.com>2024-01-30 16:58:35 +0200
committerDaniel Micay <danielmicay@gmail.com>2024-01-30 13:52:11 -0500
commit7da8c03156ee727a413920119333c002258fcf96 (patch)
tree20beaf8574409d5eaddb3fe27ec424775d2bcc25
parenteb25136a569775eb15a88bfed8ea79a807384ddb (diff)
add redirect to new section
-rw-r--r--nginx/nginx.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 7f6ccae2..48192d43 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -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;