Explorar o código

Merge pull request #2995 from garbinmarcelo/master

Changed startup.sh from supervisord to apache2ctl
Shao Yu-Lung (Allen) %!s(int64=3) %!d(string=hai) anos
pai
achega
ef88ad84fd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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