Reverse-proxy to a running app or serve static files straight from disk. Name your domain, choose your TLS posture, and flip on advanced for full control.
Serves everything in this folder with try_files.
Serves one file (right) at a URL path (left) from the root above.
Heads up: nginx (running as www-data) can't read files inside /home by default, so you'll get a 404. Either move the files to /var/www, or grant traverse access:
sudo chmod o+x /home/<user>
Include certbot commandsudo certbot --nginx -d your-domain
Advanced optionsfull config control
Proxy behaviour
WebSocket upgradeUpgrade + Connection headers for WS/SSE