Merge pull request #2995 from garbinmarcelo/master
Changed startup.sh from supervisord to apache2ctl
This commit is contained in:
commit
ef88ad84fd
@ -17,5 +17,5 @@ if [ ${APACHE_HTTP2} = true ]; then
|
||||
service apache2 restart
|
||||
fi
|
||||
|
||||
# Start supervisord in foreground
|
||||
supervisord
|
||||
# Start apache in foreground
|
||||
/usr/sbin/apache2ctl -D FOREGROUND
|
||||
|
Loading…
Reference in New Issue
Block a user