NGINX SETUP Nginx[1] is the way. Enable nginx and update firewall: Terminal: # systemctl status nginx # systemctl enable nginx # ufw app list # ufw allow 'Nginx HTTP' # ufw status TLS/SSL Certificate (Optional): Certbot[2] setup. Terminal: # snap install --classic certbot # certbot --nginx -d morado.dev -d www.morado.dev [1]https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-22-04 [2]https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-22-04