Ver código fonte

Merge pull request #2995 from garbinmarcelo/master

Changed startup.sh from supervisord to apache2ctl
Shao Yu-Lung (Allen) 3 anos atrás
pai
commit
ef88ad84fd
1 arquivos alterados com 2 adições e 2 exclusões
  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