You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
784 B
Plaintext
21 lines
784 B
Plaintext
[unix_http_server]
|
|
file=/var/run/supervisor.sock ; (the path to the socket file)
|
|
chmod=0700 ; sockef file mode (default 0700)
|
|
|
|
[supervisord]
|
|
logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
|
|
pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
|
|
childlogdir=/var/log/supervisor ; ('AUTO' child log dir, default $TEMP)
|
|
|
|
# step-ca sertificate #
|
|
environment=NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/ca.example.com.crt
|
|
|
|
[rpcinterface:supervisor]
|
|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|
|
|
[supervisorctl]
|
|
serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
|
|
|
|
[include]
|
|
files = /etc/supervisor/conf.d/*.conf
|