diff --git a/Apache-RevProxNGINX-Installer.sh b/Apache-RevProxNGINX-Installer.sh index 260c6d0..ead7943 100644 --- a/Apache-RevProxNGINX-Installer.sh +++ b/Apache-RevProxNGINX-Installer.sh @@ -9,7 +9,7 @@ # Block direct apache acces ufw deny 8080/tcp -ufw allow from $server_ip to any port 8080 +ufw allow from $server_ip proto tcp to any port 8080 #-------------------# # APACHE + PHP-FPM #