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.
1 parent a1b6853 commit a7d300bCopy full SHA for a7d300b
container-files/etc/nginx/nginx.conf
@@ -105,16 +105,16 @@ http {
105
106
{% if HEALTH_CHECK_ALLOWED_SUBNET %}
107
location ^~ /readiness.php {
108
- deny all;
109
allow {{ HEALTH_CHECK_ALLOWED_SUBNET }};
+ deny all;
110
111
try_files $fastcgi_script_name =404;
112
fastcgi_pass localhost:9000;
113
break;
114
}
115
location ^~ /liveness.php {
116
117
118
119
120
0 commit comments