diff --git a/docker/nginx/conf.d/client.conf b/docker/nginx/conf.d/client.conf index 63c92812..cce0810b 100644 --- a/docker/nginx/conf.d/client.conf +++ b/docker/nginx/conf.d/client.conf @@ -158,7 +158,7 @@ server { access_log off; # do not log traffic to health-check endpoint - proxy_pass http://health-check:3100; + proxy_pass http://10.10.10.60:3100; # hardcoded ip because health-check waits for nginx } location /hns {