Nginx Config Generator with SSL & Docker
Build a complete Nginx stack: config, Dockerfile, Compose, and Certbot SSL setup. All generated locally — your config never leaves your device.
💡Help shape DevUtils.lol
No black-box support tickets. DevUtils.lol is built for you. Report bugs directly to our public repo, or come hang out with other devs in the community.
Frequently Asked Questions
It generates the Certbot commands and Nginx SSL configuration you need. You still run Certbot on your own server to issue the actual certificate.
Yes. Choose your server name, upstream ports, SSL settings, and caching rules. The generator outputs a fully customizable production-ready config.
Yes. Along with the Nginx config and Dockerfile, you get a complete docker-compose.yml for one-command deployment of your reverse proxy stack.
Yes. Configure upstream servers, load balancing, proxy headers (X-Forwarded-For, X-Real-IP), and WebSocket proxy pass — all generated automatically.
Yes. The generator includes optional GZIP/Brotli compression directives with sensible defaults for text, CSS, JavaScript, and JSON content types.
Yes. It follows Nginx best practices including security headers, rate limiting options, and proper SSL cipher suites. Copy and deploy directly.