Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

health port not exposed #320

Closed
denopink opened this issue Oct 24, 2022 · 0 comments · Fixed by #321
Closed

health port not exposed #320

denopink opened this issue Oct 24, 2022 · 0 comments · Fixed by #321
Assignees
Labels

Comments

@denopink
Copy link
Contributor

fix health port:

[rocky@tr1d1um-cd-useast1-0z7z8y1u01hh1z7c-000 ~]$ curl localhost:80/health
curl: (7) Failed to connect to localhost port 80: Connection refused
[rocky@tr1d1um-cd-useast1-0z7z8y1u01hh1z7c-000 ~]$ 
[rocky@tr1d1um-cd-useast1-0z7z8y1u01hh1z7c-000 ~]$ netstat -an | grep :80
[rocky@tr1d1um-cd-useast1-0z7z8y1u01hh1z7c-000 ~]$ netstat -an | grep :443
tcp        0      0 96.103.70.207:49637     54.67.48.56:443         ESTABLISHED
tcp6       0      0 :::443                  :::*                    LISTEN     
tcp6       0      0 2001:558:fd01:1f0:38618 2600:1f18:24e6:b900:443 ESTABLISHED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants