fixed geoip tag
This commit is contained in:
@@ -372,7 +372,7 @@ metadata:
|
||||
nginx.ingress.kubernetes.io/proxy-buffers-number: "4"
|
||||
nginx.ingress.kubernetes.io/proxy-busy-buffers-size: "32k"
|
||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||
if ($geoip2_city_country_code != "HU") {
|
||||
if ($geoip2_country_code != "HU") {
|
||||
return 403 "Access restricted to Hungary";
|
||||
}
|
||||
spec:
|
||||
@@ -404,7 +404,7 @@ spec:
|
||||
number: 80
|
||||
#
|
||||
# 3. ALTERNATIVE: Use existing outpost
|
||||
# If you want to use an existing outpost (like arr-outpost),
|
||||
# If you want to use an existing outpost (like arr-outpost),
|
||||
# just add privatebin.dooplex.hu to that outpost's applications
|
||||
# and update the auth-url to point to that outpost.
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user