Changing Ubuntu Firewall Rules
Grant Access to Port 80
$ sudo iptables -I INPUT 6 -i ens3 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT
Important: Save the rules
$ sudo netfilter-persistent save
If you do not do that, and e.g. change your ssh port, you can not access your machine after reboot!