mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-20 17:14:53 +01:00
Fix supervisord.conf for apache
This commit is contained in:
parent
680d8e41aa
commit
52b3ce0a54
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue