The only tool you'll ever need to configure your NGINX server.
nginxconfig.io »
Report Bug
·
Request Feature
NGINX is so much more than just a webserver. You already knew that, probably.
We love NGINX, because:
- low memory usage
- high concurrency
- asynchronous event-driven architecture
- load balancing
- reverse proxying
- FastCGI support with caching (PHP)
- amazing fast handling of static files
- TLS/SSL with SNI
- sexy config syntax
A lot of features with corresponding configuration directives. You can deep dive into the NGINX documentation right now OR you can use this tool to check how NGINX works, observe how your inputs are affecting the output, generate the best config for your specific use-case (and in parallel you can still use the docs).
GOTO
nginxconfig.io
Features: HTTPS, HTTP/2, IPv6, certbot, HSTS, security headers, SSL profiles, OCSP resolvers, caching, gzip, brotli, fallback routing, reverse proxy, www/non-www redirect, CDN, PHP (TCP/socket, WordPress, Drupal, Magento), Node.js, Python (Django), etc.
Bálint Szekeres <[email protected]> (https://balint.szekeres.me)
- Clone the repository
git clone https://github.com/digitalocean/nginxconfig.io.git
- Install NPM packages
npm install
- Build assets & run server (with file watchers)
npm start
- Your browser will open 127.0.0.1:3000
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Bootstrap - Grid, form controls
- AngularJS - Two-way data binding, template handling
- highlight.js - nginx syntax highlight
- clipboard.js - Copy generated config to clipboard
- ngclipboard - AngularJS directive for clipboard.js
- Angular Tooltips - helper tooltips
- Masonry - files grid layout
- JSZip - generating zip package
- FileSaver - downloading zip file
- notie - toast notifications
- Mozilla SSL Configuration Generator v5
- Mozilla SSL Configuration Generator
- OWASP TLS Cipher String Cheat Sheet
- Nginx Optimization: understanding sendfile, tcp_nodelay and tcp_nopush
- NGINX Tuning For Best Performance
- Hardening Your HTTP Security Headers
- h5bp/server-configs-nginx
- Diffie-Hellman DSA-like parameters
- hstspreload.org
- Optimal value for nginx worker_connections
Give a ⭐️ if this project helped you!
Copyright © 2019 DigitalOcean, Inc <[email protected]> (https://www.digitalocean.com).
This project is MIT licensed.