skeleton-htmengine-app
skeleton-htmengine-app copied to clipboard
Suggestion for comment in supervisord.conf for external ip/port
Not exactly an issue, more of a suggestion to include a comment in the supervisord.conf for the server section
[inet_http_server]
port=127.0.0.1:9001
For anyone trying to access supervisor through an external IP, they will hit issues unless they remove the IP and just use the port e.g:
[inet_http_server]
port=9001
Thank you! Alan