Browse Source

changed startup from supervisor to apache2ctl

Marcelo Garbin 3 years ago
parent
commit
90660fbb77
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apache2/startup.sh

+ 2 - 2
apache2/startup.sh

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