From d2694c82d3a5effc05117bed08d202298147ce79 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Thu, 13 May 2021 12:23:46 +0200 Subject: [PATCH] hardcode health-check ip in nginx --- docker/nginx/conf.d/client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {