11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
[supervisord]
|
|
logfile = /tmp/supervisord.log
|
|
pidfile = /tmp/supervisord.pid
|
|
nodaemon=true
|
|
|
|
[program:php-fpm]
|
|
command=php-fpm7
|
|
|
|
[program:nginx]
|
|
command=nginx
|