'RevProxySimple.sh' updaten

This commit is contained in:
ictmaatwerk
2018-09-18 12:04:23 +00:00
parent 7a1d390041
commit 7528ff3f97

View File

@@ -10,8 +10,7 @@
server_ip=$(hostname -I|cut -f1 -d ' ') server_ip=$(hostname -I|cut -f1 -d ' ')
# Block direct apache acces # Block direct apache acces
#ufw deny 8080/tcp #ufw deny 8080/tcp
# Setup domain folders # Setup domain folder
rm /var/www/html
mkdir -p /var/www/"$domain"/public_html mkdir -p /var/www/"$domain"/public_html
##-----------## ##-----------##