1 parent d2af649 commit 0e796c9Copy full SHA for 0e796c9
1 file changed
scripts/site-types/apache.sh
@@ -23,6 +23,9 @@ export DEBIAN_FRONTEND=noninteractive
23
24
sudo service nginx stop
25
sudo systemctl disable nginx
26
+
27
+echo "Waiting 3 seconds for ports to be released..."
28
+sleep 3
29
sudo systemctl enable apache2
30
31
block="<VirtualHost *:$3>
0 commit comments