
- 《Nginx》笔记
- Nginx (engine x)是一个开源、高性能的 HTTP 和反向代理 Web 服务器,同时也提供了 IMAP/POP3/SMTP 服务。笔记来源:Nginx教程
其它资料
- Nginx 官网: http://nginx.org (opens new window)
- Nginx 所有版本下载地址:http://nginx.org/download/ (opens new window)
- Nginx 模块文档:https://nginx.org/en/docs/ (opens new window)
- Nginx 反向代理指令文档:https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html (opens new window)
- Nginx SSL 指令文档:http://nginx.org/en/docs/http/ngx_http_ssl_module.html (opens new window)
- Nginx 缓存集成指令文档: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)
- OpenResty 官网:http://openresty.org/ (opens new window)
- OpenResty 版本下载地址:http://openresty.org/cn/download.html (opens new window)
上次更新: 2024/09/26, 12:02:31