This commit is contained in:
Tim Bendt
2025-11-28 22:46:20 -05:00
parent 23c7db3172
commit d9ea9532eb
5 changed files with 6 additions and 20 deletions

View File

@@ -1,16 +0,0 @@
[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