Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.