From 8ba2118a2a1f773ca2a1aa81877fd9ea705494ef Mon Sep 17 00:00:00 2001 From: Orazio <22700499+orazioedoardo@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:30:59 +0100 Subject: fix redirect to eSIM support --- nginx/nginx.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nginx') 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; -- cgit v1.3.1