Skip to content

nadir/nginxconfig.io

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

nginxconfig

โš™๏ธ NGINX configuration generator on steroids ๐Ÿ’‰

The only tool you'll ever need to configure your NGINX server.
do.co/nginxconfig ยป

Report a bug ยท Request a feature


โœจ NGINX Config

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 do.co/nginxconfig

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, Joomla), 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)

โ–ถ๏ธ Development

  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

  5. Lint your code (eslint & sass-lint)

    npm test
  6. Build for production (to the dist directory)

    npm run build

๐Ÿค 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 MIT license.

About

โš™๏ธ NGINX config generator on steroids ๐Ÿ’‰

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.8%
  • Vue 31.3%
  • SCSS 2.9%