โš™๏ธ NGINX config generator on steroids ๐Ÿ’‰
 
 
 
Go to file
Alexandre Dias 5db1fd7162
Merge branch 'master' into hotfix/drupal.conf
2020-06-03 01:32:31 +01:00
.github Repo change 2020-06-01 20:54:34 +01:00
build build refactor 2019-07-07 18:53:00 +02:00
cypress build refactor 2019-07-07 18:53:00 +02:00
public add more rules - Drupal 2019-08-26 12:10:19 +01:00
resources Mozilla SSL update 2019-07-07 21:51:20 +02:00
src Add v6 options for OCSP DNS Resolvers (fixes #97) 2020-06-02 22:05:51 +01:00
.deploy_rsa.enc travis rsync 2018-07-01 16:13:23 +02:00
.editorconfig Merge branch 'master' into hotfix/drupal.conf 2020-06-03 01:32:31 +01:00
.eslintrc added notie 2019-05-19 22:14:53 +02:00
.eslintrc.js Initial empty app 2020-04-27 20:20:51 +01:00
.gitignore Move to using vue-cli-service instead of parcel (2.1MB to 850KB) 2020-05-26 23:23:07 +01:00
.nvmrc Initial empty app 2020-04-27 20:20:51 +01:00
.sasslintrc Initial empty app 2020-04-27 20:20:51 +01:00
.travis.yml libgconf 2019-05-23 10:16:27 +02:00
.travis_deploy.sh travis beta deploy 2019-01-06 15:53:21 +01:00
LICENSE Root license 2020-06-01 20:52:40 +01:00
LICENSE.md add LICENSE.md 2018-01-11 14:05:03 +01:00
README.md Merge branch 'master' into hotfix/drupal.conf 2020-06-01 22:25:59 +01:00
cypress.json cypress video off 2018-07-01 17:05:47 +02:00
package-lock.json Merge branch 'master' into hotfix/drupal.conf 2020-06-01 22:25:59 +01:00
package.json Merge branch 'master' into hotfix/drupal.conf 2020-06-01 22:25:59 +01:00
scripts.json build refactor 2019-07-07 18:53:00 +02:00
vue.config.js Move i18n strings to be centralised 2020-06-02 16:51:28 +01:00

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/digitalocean/nginxconfig.io.git
    
  2. Install NPM packages
    npm install
    
  3. Build assets & run server (with file watchers)
    npm start
    
  4. Your browser will open 127.0.0.1:3000

๐Ÿค 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 DigitalOcean, Inc <contact@digitalocean.com> (https://www.digitalocean.com).
This project is MIT licensed.