nginx Config Generator
Generate common nginx server blocks: static site with caching, reverse proxy to a Node/Python backend, PHP-FPM site, with optional Let's Encrypt SSL config. Output is ready for /etc/nginx/sites-available/.
How to use the nginx Config Generator
Pick the type (static for HTML files, proxy for forwarding to Node/Python on a port, PHP for WordPress / Laravel / similar). Set the server name and root or upstream port. Toggle HTTPS — when on, the config redirects HTTP to HTTPS and assumes you'll run certbot for the cert.