Update 'Extra_Domains/RevProxyAdvanced_Domain.sh'

This commit is contained in:
tbergervoet
2018-09-28 11:06:07 +00:00
parent 6154439dfc
commit a6f3616e4d

View File

@@ -1,4 +1,3 @@
# https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-as-a-web-server-and-reverse-proxy-for-apache-on-one-ubuntu-18-04-server
###============================================================ ###============================================================
## Ubuntu 18.04 Apache NGINX Reverse Proxy Additional Domain Installer ## Ubuntu 18.04 Apache NGINX Reverse Proxy Additional Domain Installer
###============================================================ ###============================================================
@@ -34,8 +33,6 @@ done
# Set server IP variable for apache access # Set server IP variable for apache access
server_ip=$(hostname -I|cut -f1 -d ' ') server_ip=$(hostname -I|cut -f1 -d ' ')
# Block direct apache acces
ufw deny 8080/tcp
##============## ##============##
# Apache # # Apache #