removed GB as allowed country
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user