fpm-alpine

This commit is contained in:
Greg Hendrickson
2023-10-24 15:55:18 -07:00
parent 3944860f7c
commit d8a8d3bbda
2 changed files with 22 additions and 31 deletions

View File

@@ -7,12 +7,12 @@ logfile_maxbytes=50MB ; maximum size of logfile before
logfile_backups=10 ; number of backed up logfiles
loglevel=error
[program:apache2]
[program:php-fpm]
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
command=apache2-foreground
command=php-fpm
[program:cron]
stdout_logfile=/dev/stdout