digitalocean / nginxconfig.io
- среда, 10 ноября 2021 г. в 00:34:24
⚙️ NGINX config 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 is so much more than just a webserver. You already knew that, probably.
We love NGINX, because:
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, and generate the best config for your specific use-case (in parallel you can also still use the docs).
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.
Matt (IPv4) Cowley <me@mattcowley.co.uk> (https://mattcowley.co.uk)
Bálint Szekeres <balint@szekeres.me> (https://balint.szekeres.me)
Clone the repository
git clone https://github.com/digitalocean/nginxconfig.io.gitInstall NPM packages
npm ciRun the development server (with file watchers)
npm run devOpen the development site localhost:8080
Lint your code (eslint & sass-lint)
npm testBuild for production (to the dist directory)
npm run buildContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Give a
Copyright © 2020 DigitalOcean, Inc <contact@digitalocean.com> (https://www.digitalocean.com).
This project is licensed under the MIT license.