mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-13 10:28:14 +08:00
17 lines
323 B
Plaintext
17 lines
323 B
Plaintext
|
[supervisord]
|
||
|
nodaemon=true
|
||
|
|
||
|
[program:php-fpm]
|
||
|
command=php-fpm
|
||
|
stdout_logfile=/dev/stdout
|
||
|
stdout_logfile_maxbytes=0
|
||
|
stderr_logfile=/dev/stderr
|
||
|
stderr_logfile_maxbytes=0
|
||
|
|
||
|
[program:nginx]
|
||
|
command=nginx -g 'daemon off;'
|
||
|
stdout_logfile=/dev/stdout
|
||
|
stdout_logfile_maxbytes=0
|
||
|
stderr_logfile=/dev/stderr
|
||
|
stderr_logfile_maxbytes=0
|