diff --git a/supervisord.conf b/supervisord.conf index 799cb6a..75f28a6 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -4,9 +4,6 @@ logfile = /tmp/supervisord.log loglevel = %(ENV_TFW_LOGLEVEL)s pidfile = /tmp/supervisord.pid -[unix_http_server] -file=/tmp/supervisor.sock - [inet_http_server] port = 127.0.0.1:%(ENV_TFW_SUPERVISOR_HTTP_PORT)s @@ -14,7 +11,7 @@ port = 127.0.0.1:%(ENV_TFW_SUPERVISOR_HTTP_PORT)s supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface [supervisorctl] -serverurl=unix:///tmp/supervisor.sock +serverurl=http://127.0.0.1:%(ENV_TFW_SUPERVISOR_HTTP_PORT)s [program:app] directory=%(ENV_TFW_APP_DIR)s