Initial commit

This commit is contained in:
2024-02-06 00:20:42 +01:00
commit 7d760c25e3
11 changed files with 150 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[eventlistener:process-trap]
command=sh -c "echo READY && read line && kill -SIGQUIT $PPID"
events=PROCESS_STATE_STOPPED,PROCESS_STATE_EXITED,PROCESS_STATE_FATAL

View File

@ -0,0 +1,9 @@
[program:nginx]
command=/usr/sbin/nginx -c /etc/nginx/nginx.conf -g 'daemon off;'
autostart=true
autorestart=false
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
exitcodes=0

View File

@ -0,0 +1,9 @@
[program:php-fpm]
command=/usr/sbin/php-fpm83 -F
autostart=true
autorestart=false
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
exitcodes=0