瀏覽代碼

Merge pull request #2995 from garbinmarcelo/master

Changed startup.sh from supervisord to apache2ctl
Shao Yu-Lung (Allen) 3 年之前
父節點
當前提交
ef88ad84fd
共有 1 個文件被更改,包括 2 次插入2 次删除
  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