We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f627b7 + ace9df0 commit 43c3fc1Copy full SHA for 43c3fc1
docker/nginx.conf
@@ -55,12 +55,8 @@ http {
55
# These rules only do anything if invoked, e.g., in web_nginx.conf.
56
# TLDR: these rules can be disabled in `docker/web_nginx.conf`
57
# and `docker/covers_nginx.conf`.
58
- geo $is_blessed_ip {
59
- 255.0.0.0 1; # Internal
60
- 207.241.224.0/20 1; # In cluster traffic
61
- default 0; # All other traffic
62
- }
63
+ include /olsystem/etc/nginx/is_blessed_ip.conf; # Provides $is_blessed_ip
64
include /olsystem/etc/nginx/is_blessed_ua.conf; # Provides $is_blessed_ua
65
include /olsystem/etc/nginx/is_sus_ip.conf; # Provides $is_sus_ip
66
0 commit comments