'Apache-RevProxNGINX-Installer.sh' updaten

This commit is contained in:
ictmaatwerk
2018-09-11 09:29:00 +00:00
parent 9dd41710ae
commit 171ad1fc93

View File

@@ -68,7 +68,7 @@ systemctl reload apache2
# VHOST APACHE #
#-------------------#
mkdir -v /var/www/"$domain"/public_html
mkdir -p /var/www/"$domain"/public_html
echo "<?php phpinfo(); ?>" | tee /var/www/"$domain"/public_html/info.php
cat <<EOF > /etc/apache2/sites-available/"$domain".conf
<VirtualHost *:80>