Remove unnecessary RPC server

This commit is contained in:
Kristóf Tóth 2018-01-30 10:51:23 +01:00
parent 0e38bef92e
commit 340ea31856

View File

@ -4,9 +4,6 @@ logfile = /tmp/supervisord.log
loglevel = %(ENV_TFW_LOGLEVEL)s loglevel = %(ENV_TFW_LOGLEVEL)s
pidfile = /tmp/supervisord.pid pidfile = /tmp/supervisord.pid
[unix_http_server]
file=/tmp/supervisor.sock
[inet_http_server] [inet_http_server]
port = 127.0.0.1:%(ENV_TFW_SUPERVISOR_HTTP_PORT)s 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 supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl] [supervisorctl]
serverurl=unix:///tmp/supervisor.sock serverurl=http://127.0.0.1:%(ENV_TFW_SUPERVISOR_HTTP_PORT)s
[program:app] [program:app]
directory=%(ENV_TFW_APP_DIR)s directory=%(ENV_TFW_APP_DIR)s