fixed geoip tag
This commit is contained in:
@@ -752,7 +752,7 @@ metadata:
|
||||
nginx.ingress.kubernetes.io/auth-snippet: |
|
||||
proxy_set_header X-Forwarded-Host $http_host;
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
if ($geoip2_city_country_code != "HU") {
|
||||
if ($geoip2_country_code != "HU") {
|
||||
return 403 "Access restricted to Hungary";
|
||||
}
|
||||
spec:
|
||||
@@ -803,4 +803,4 @@ spec:
|
||||
# tls:
|
||||
# - hosts:
|
||||
# - home.dooplex.hu
|
||||
# secretName: glance-tls
|
||||
# secretName: glance-tls
|
||||
|
||||
Reference in New Issue
Block a user