mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 10:08:36 +02:00
@@ -5,13 +5,10 @@ logfile_maxbytes=0
|
|||||||
pidfile=/tmp/supervisord.pid
|
pidfile=/tmp/supervisord.pid
|
||||||
|
|
||||||
[supervisorctl]
|
[supervisorctl]
|
||||||
serverurl=unix:///run/supervisord.sock
|
serverurl=unix:///tmp/supervisord.sock
|
||||||
|
|
||||||
[rpcinterface:supervisor]
|
|
||||||
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|
||||||
|
|
||||||
[unix_http_server]
|
[unix_http_server]
|
||||||
file=/run/supervisord.sock
|
file=/tmp/supervisord.sock
|
||||||
chmod=0700
|
chmod=0700
|
||||||
|
|
||||||
[program:web]
|
[program:web]
|
||||||
|
|||||||
Reference in New Issue
Block a user