Fix typos and comment alignment in supervisor.conf files (#3714)
This commit is contained in:
parent
9f1f61c821
commit
997ea59ba4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[unix_http_server]
|
[unix_http_server]
|
||||||
file=/var/run/supervisor.sock ; (the path to the socket file)
|
file=/var/run/supervisor.sock ; (the path to the socket file)
|
||||||
chmod=0700 ; sockef file mode (default 0700)
|
chmod=0700 ; socket file mode (default 0700)
|
||||||
username=dummy
|
username=dummy
|
||||||
password=dummy
|
password=dummy
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[unix_http_server]
|
[unix_http_server]
|
||||||
file=/var/run/supervisor.sock ; (the path to the socket file)
|
file=/var/run/supervisor.sock ; (the path to the socket file)
|
||||||
chmod=0700 ; sockef file mode (default 0700)
|
chmod=0700 ; socket file mode (default 0700)
|
||||||
username=dummy
|
username=dummy
|
||||||
password=dummy
|
password=dummy
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[unix_http_server]
|
[unix_http_server]
|
||||||
file=/var/run/supervisor.sock ; (the path to the socket file)
|
file=/var/run/supervisor.sock ; (the path to the socket file)
|
||||||
chmod=0700 ; sockef file mode (default 0700)
|
chmod=0700 ; socket file mode (default 0700)
|
||||||
|
|
||||||
[supervisord]
|
[supervisord]
|
||||||
logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
|
logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
|
||||||
|
Reference in New Issue
Block a user