- Nginx - 知识体系
- Nginx (engine x) 是一个高性能的 HTTP 和反向代理 Web 服务器,同时也提供了 IMAP/POP3/SMTP 服务。
# 学习资源
笔记
最好的资源在官网!最好的资源在官网!最好的资源在官网!
2021-11-30 @Young Kbt
Nginx 官网: http://nginx.org (opens new window)
Nginx 所有版本下载地址:http://nginx.org/download/ (opens new window)
Nginx 模块文档:https://nginx.org/en/docs/ (opens new window)
Ngxin 反向代理指令文档:https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html (opens new window)
Ngxin SSL 指令文档:http://nginx.org/en/docs/http/ngx_http_ssl_module.html (opens new window)
Ngxin 缓存集成指令文档:https://nginx.org/en/docs/http/ngx_http_proxy_module.html (opens new window)
keepalived 官网:https://keepalived.org/ (opens new window)
Lua 官网:https://www.lua.org (opens new window)
ngx_lua 官方文档:https://github.com/openresty/lua-nginx-module#readme (opens new window)
ngx_lua 中文文档:https://www.kancloud.cn/qq13867685/openresty-api-cn/159175 (opens new window)
OpenRestry 官网:http://openresty.org/ (opens new window)
OpenRestry 版本下载地址:http://openresty.org/cn/download.html (opens new window)