Generate Nginx configuration by scenario: static site, reverse proxy, load balancing and URL redirects, with SSL, gzip and standard proxy headers
FAQ
Which scenarios does the generator cover?
Four scenarios are covered: static site, reverse proxy, load balancing and URL redirects, with optional gzip compression. Load balancing supports round robin, least connections and IP hash algorithms.
Do I need to prepare the certificate myself when SSL is enabled?
Yes. Only config snippets and placeholder certificate paths are generated; issuance and deployment are not included. Replace the paths with real files on your server. An HTTP to HTTPS redirect server block is added automatically.
All data is processed locally in your browser. Nothing is uploaded.