sudo ufw allow http
sudo iptables -I INPUT -p tcp --dport 80 -j ACCEPT
sudo chown www-data:www-data /var/www/html/ -R
sudo a2enconf servername.conf