Whenever I build a web server I start by configuring iptables to enable greater control over which ports I want to allow access to. In this case, the web server is only going to be serving HTTP requests so I am focusing on port 80 and 443.
Web developer and open source enthusiast