From 52b3ce0a54afb6f0e82fcc5f0acfeaaaa2e88ade Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Wed, 3 Jan 2018 20:00:19 +0100 Subject: [PATCH] Fix supervisord.conf for apache --- .examples/dockerfiles/full/apache/supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.examples/dockerfiles/full/apache/supervisord.conf b/.examples/dockerfiles/full/apache/supervisord.conf index ff27295f..25ae32f8 100644 --- a/.examples/dockerfiles/full/apache/supervisord.conf +++ b/.examples/dockerfiles/full/apache/supervisord.conf @@ -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