Эх сурвалжийг харах

Merge pull request #2995 from garbinmarcelo/master

Changed startup.sh from supervisord to apache2ctl
Shao Yu-Lung (Allen) 3 жил өмнө
parent
commit
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