Fix supervisord.conf for apache

This commit is contained in:
Tilo Spannagel 2018-01-03 20:00:19 +01:00
parent 680d8e41aa
commit 52b3ce0a54
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429
1 changed files with 2 additions and 2 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:php-fpm]
[program:apache2]
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
command=php-fpm
command=apache2-foreground
[program:cron]
stdout_logfile=/dev/stdout