- Notifications
You must be signed in to change notification settings - Fork2.1k
⚙️ NGINX config generator on steroids 💉
License
digitalocean/nginxconfig.io
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The only tool you'll ever need to configure your NGINX server.
do.co/nginxconfig »
Report a bug ·Request a 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
A lot of features with corresponding configuration directives.You can deep dive into theNGINX documentation right now OR you canuse this tool to checkhow NGINX works, observe how your inputs are affecting the output, andgenerate the best config for your specificuse-case (in parallel you can also still use the docs).
Features:HTTPS, HTTP/2, IPv6, certbot, HSTS, security headers, SSL profiles, OCSP resolvers, caching, gzip, brotli, fallbackrouting, reverse proxy, www/non-www redirect, CDN, PHP (TCP/socket, WordPress, Drupal, Magento, Joomla), Node.js support, Python(Django) server, etc.
Matt (IPv4) Cowley <me@mattcowley.co.uk> (https://mattcowley.co.uk)
- GitHub:@MattIPv4
Bálint Szekeres <balint@szekeres.me> (https://balint.szekeres.me)
Clone the repository
git clone https://github.com/digitalocean/nginxconfig.io.git
Install NPM packages
npm ci
Run the development server(with file watchers)
npm run dev
Open the development sitelocalhost:8080
Lint your code(eslint & stylelint)
npmtestBuild for production(to the
distdirectory)npm run build
Contributions are what make the open source community such an amazing place to be learn, inspire, and create.Any contributions you make aregreatly 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
- Vue.js - Template handling & app generation
- Bulma - Base styling, customised bydo-bulma
- Prism - Bash & NGINX syntax highlighting
- 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 © 2020DigitalOcean, Inc <contact@digitalocean.com> (https://www.digitalocean.com).
This project is licensed under theMIT license.
About
⚙️ NGINX config generator on steroids 💉
Topics
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
