CWP panel

nginx reverse proxy

nginx Proxy inverso

#nginx #reverse #proxy

“Ricardo Aniceto”

Configure nginx as a reverse proxy with Apache. ————————————————– ——————————————– ———————— Install nginx: apt install nginx Deny traffic to port 80: iptables -A INPUT -p tcp –dport 80 -j DROP

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

Leave a Reply