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
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:9001For 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=9001Thank you!
Alan