Current Path : /etc/ |
Current File : //etc/supervisord.conf |
[supervisord] nodaemon=true [supervisorctl] serverurl=unix:///run/supervisord.sock [unix_http_server] file=/run/supervisord.sock [rpcinterface:supervisor] supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface [program:fpm] command=bash -c '/usr/bin/pkill php-fpm && exec php-fpm || exec php-fpm' stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 [program:nginx] command=nginx stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 [program:sshd] command=/usr/sbin/sshd -D -e stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 [program:redis] command=valkey-server --save \"\" --appendonly no user=valkey stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 [program:varnishd] command=/usr/sbin/varnishd -F -s malloc,128M -l 1M -p http_max_hdr=96 -p first_byte_timeout=310 -p feature=+http2 -p ping_interval=30 -p vcl_path=/etc/varnish/vcl.d -a :80 -f /etc/varnish/default.vcl stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0