removed GB as allowed country

This commit is contained in:
2026-02-01 10:27:48 +01:00
parent 64e0854859
commit c14aa3ac8b
13 changed files with 0 additions and 13 deletions
-1
View File
@@ -487,7 +487,6 @@ metadata:
# Allow all Hungarian traffic
if ($geoip2_country_code = "HU") { set $geo_allowed 1; }
if ($geoip2_country_code = "GB") { set $geo_allowed 1; }
# Public share paths
if ($request_uri ~* "^/share") { set $geo_allowed 1; }