[supervisord] nodaemon=true logfile=/dev/stdout logfile_maxbytes=0 [program:nginx] command=/usr/sbin/nginx -g "daemon off;" stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 autostart=true autorestart=true priority=10 [program:php-fpm] command=/usr/sbin/php-fpm8.1 -F stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 autostart=true autorestart=true priority=5