hardcode health-check ip in nginx

This commit is contained in:
Karol Wypchlo 2021-05-13 12:23:46 +02:00
parent dbbff224d9
commit d2694c82d3
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ server {
access_log off; # do not log traffic to health-check endpoint 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 { location /hns {