From 340ea318563d7e526fdf29d97ab0ed7ba92892f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 30 Jan 2018 10:51:23 +0100 Subject: [PATCH] Remove unnecessary RPC server --- supervisord.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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