Mac firewall blocking nginx (port 80) from external side
- by Alex Ionescu
I installed nginx using ports and started it with sudo. Accessing the nginx welcome page from localhost works perfectly, however accessing it from an external computer fails.
Doing an nmap on the computer from the outside reveals
80/tcp filtered http
So clearly the mac firewall is blocking the port. I then proceed to add the nginx executable…