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