Skip to content

Commit

Permalink
changed startup from supervisor to apache2ctl
Browse files Browse the repository at this point in the history
  • Loading branch information
garbinmarcelo committed Jun 10, 2021
1 parent 3d57064 commit 90660fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apache2/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 90660fb

Please sign in to comment.