⚙️ NGINX config generator on steroids 💉
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Bálint Szekeres bb395f92f5
removed ads
5 years ago
build build refactor 5 years ago
cypress build refactor 5 years ago
public removed ads 5 years ago
resources removed ads 5 years ago
.deploy_rsa.enc travis rsync 6 years ago
.editorconfig
.eslintrc added notie 6 years ago
.gitignore Change to sites-available instead of sites-enabled (#31) 6 years ago
.travis.yml libgconf 6 years ago
.travis_deploy.sh travis beta deploy 6 years ago
LICENSE.md
README.md Mozilla SSL profiles (with TLSv1.3) 6 years ago
cypress.json cypress video off 6 years ago
package-lock.json removed unused packages 5 years ago
package.json prod injection fix 5 years ago
scripts.json build refactor 5 years ago

README.md

GitHub stars GitHub contributors MIT License
Closed issues Closed PR Open issues Open PR
Build status Uptime Robot ratio (7 days) Google PageSpeed Insights Qualys SSL Labs securityheaders.io HSTS preload

nginxconfig.io

⚙️ NGINX configuration generator on steroids 💉

The only tool you'll ever need to configure your NGINX server.
nginxconfig.io »

Report Bug · Request Feature


nginxconfig.io

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).

🚀 Usage

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.

👨‍💻 Author

Bálint Szekeres <balint@szekeres.me> (https://balint.szekeres.me)

▶️ Install locally

  1. Clone the repository
    git clone https://github.com/0xB4LINT/nginxconfig.io.git
    
  2. Install NPM packages
    npm install
    
  3. Build assets & run server
    npm start
    
  4. Open 127.0.0.1:8080

🤝 Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature)
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

⚒️ Built With

📚 Resources

Show your support

Give a if this project helped you!

📝 License

Copyright © 2019 Bálint Szekeres <balint@szekeres.me> (https://balint.szekeres.me).
This project is MIT licensed.