hardcode health-check ip in nginx
This commit is contained in:
parent
dbbff224d9
commit
d2694c82d3
|
@ -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 {
|
||||
|
|
Reference in New Issue