diff options
| author | Orazio <22700499+orazioedoardo@users.noreply.github.com> | 2024-01-31 15:30:59 +0100 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2024-01-31 14:34:50 -0500 |
| commit | 8ba2118a2a1f773ca2a1aa81877fd9ea705494ef (patch) | |
| tree | 084697a3af9a8f19c54dfc39d955d92a68610bf9 /nginx | |
| parent | ba31ca30efae0ff60873e6926271c48313652b2e (diff) | |
fix redirect to eSIM support
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 48192d43..7f6ccae2 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -271,10 +271,6 @@ 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; |
