Hello,
please help me with this.
root@dev:~# curl -IL 35.***.**.***:8080/health
HTTP/1.1 404
Content-Type: text/html;charset=utf-8
Content-Language: en
Transfer-Encoding: chunked
Date: Sat, 13 Jan 2018 20:57:55 GMT
root@dev:~# curl -IL 35.***.**.***:80/health
HTTP/1.1 404 Not Found
Server: nginx/1.12.1 (Ubuntu)
Date: Sat, 13 Jan 2018 20:59:28 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
Hot to pass the health check if i have nginx redirection rule enabled?
If to turn it off i simply get error code curl: (7) Failed to connect to 35.***.**.*** port 80: Connection refused