No description
Find a file
2020-06-01 21:20:11 +01:00
.github Repo change 2020-06-01 20:54:34 +01:00
src Initial readme 2020-06-01 21:20:11 +01: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
LICENSE Root license 2020-06-01 20:52:40 +01:00
package-lock.json Dep cleanup 2020-05-27 14:17:24 +01:00
package.json Repo change 2020-06-01 20:54:34 +01:00
README.md Initial readme 2020-06-01 21:20:11 +01:00
vue.config.js Add in all the missing copyright headers 2020-05-28 16:50:03 +01:00

GitHub stars GitHub contributors License
Closed issues Closed PR Open issues Open PR

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

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 support, Python (Django) server, etc.

👨‍💻 Author

Rewrite & maintenance

Matt (IPv4) Cowley <me@mattcowley.co.uk> (https://mattcowley.co.uk)

Original version

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 ci
    
  3. Run the development server (with file watchers)
    npm run dev
    
  4. Open the development site localhost: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

  • Vue.js - Template handling & app generation
  • Bulma - Base styling, customised by do-bulma
  • Prism - Bash & NGINX syntax highlighting

📚 Resources

Show your support

Give a if this project helped you!

📝 License

Copyright © 2020 DigitalOcean, Inc <contact@digitalocean.com> (https://www.digitalocean.com).
This project is licensed under the Apache 2.0 license.