Update & Install NGINX
80
and 443
are open on your firewall or cloud provider settings.Create NGINX Config
<your-domain>
and <PORT>
accordingly:<your-domain>
→ app.example.com
<PORT>
→ 3000
, 4050
, 9089
, etc.Enable Site & Reload NGINX
nginx -t
fails, recheck the config syntax and ensure indentation is correct.Install Certbot
Generate SSL Certificate
http://<your-domain>
and https://<your-domain>