making supervisord web interface viewable on nginx

Jonathan Vanasco nginx at 2xlp.com
Sat Jun 1 01:52:56 UTC 2013


using the inet interface on supervisord was simple ( proxying to port 9001)

i wanted to turn that off, avoid tcp and just use the unix socket

after a bit of tinkering, this seems to work :

	proxy_pass http://unix:///tmp/supervisord.sock:;

is this correct way to handle this ?



More information about the nginx mailing list