Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

⚙️ NGINX config generator on steroids 💉

License

NotificationsYou must be signed in to change notification settings

digitalocean/nginxconfig.io

Repository files navigation

GitHub starsGitHub contributorsMIT License
Closed issuesClosed PROpen issuesOpen 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 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 theNGINX documentation right now OR you canuse this tool to checkhow NGINX works, observe how your inputs are affecting the output, andgenerate the best config for your specificuse-case (in parallel you can also still use the docs).

🚀 Usage

GOTOdo.co/nginxconfig

Features:HTTPS, HTTP/2, IPv6, certbot, HSTS, security headers, SSL profiles, OCSP resolvers, caching, gzip, brotli, fallbackrouting, 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 sitelocalhost:8080

  5. Lint your code(eslint & stylelint)

    npmtest
  6. Build for production(to thedist 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 aregreatly 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 bydo-bulma
  • Prism - Bash & NGINX syntax highlighting

📚 Resources

⭐️ Show your support

Give a ⭐️ if this project helped you!

📝 License

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


[8]ページ先頭

©2009-2025 Movatter.jp