Merge pull request #2995 from garbinmarcelo/master

Changed startup.sh from supervisord to apache2ctl
This commit is contained in:
Shao Yu-Lung (Allen) 2021-06-16 21:31:51 +08:00 committed by GitHub
commit ef88ad84fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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