Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjcchen/nginx-best-practice
Nginx Best Practices
https://github.com/tjcchen/nginx-best-practice
Last synced: about 21 hours ago
JSON representation
Nginx Best Practices
- Host: GitHub
- URL: https://github.com/tjcchen/nginx-best-practice
- Owner: tjcchen
- License: apache-2.0
- Created: 2023-07-21T08:47:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-14T13:07:16.000Z (over 1 year ago)
- Last Synced: 2025-02-07T02:03:09.310Z (1 day ago)
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Nginx-Best-Practice
Nginx Best Practices.## Four Most Popular Nginx Distributions
- Nginx: https://nginx.org
- Nginx Plus (Commercial): https://www.nginx.com
- Note: Nginx Plus added cloud native support, such as docker, k8s etc.- Openresty: https://openresty.org
- By integrating Nginx with Lua, Openresty gives high concurrency, web apps, web services, and dynamic api gateway a good support.- Tengine: https://tengine.taobao.org
- Added modules that are implemented with Programming Language C.## License
This project is licensed under the terms of the Apache License 2.0.