8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:php-fpm]
|
|
command=/usr/local/sbin/php-fpm
|
|
|
|
[program:nginx]
|
|
command=/usr/sbin/nginx -g 'daemon off;' |