Skip to content

Commit aca9b72

Browse files
committed
Fix apache
1 parent bc04f5a commit aca9b72

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.docker/supervisord.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[supervisord]
22
nodaemon=true
33

4+
[program:apache]
5+
command=apache2ctl -D FOREGROUND
6+
autostart=true
7+
autorestart=true
8+
stdout_logfile=/var/log/apache_access.log
9+
stderr_logfile=/var/log/apache_error.log
10+
411
[program:cron]
512
command=cron -f
613
autostart=true

0 commit comments

Comments
 (0)