-
Nginx内部变量
http://nginx.org/en/docs/varindex.html -
错误日志
http://nginx.org/en/docs/ngx_core_module.html#error_log -
核心模块
http://nginx.org/en/docs/http/ngx_http_core_module.html -
访问认证模块
http://nginx.org/en/docs/http/ngx_http_auth_basic_module.html -
gzip压缩模块
http://nginx.org/en/docs/http/ngx_http_gzip_module.html -
并发控制模块
http://nginx.org/en/docs/http/ngx_http_limit_conn_module.html -
请求控制模块
http://nginx.org/en/docs/http/ngx_http_limit_req_module.html -
upstream 模块
http://nginx.org/en/docs/http/ngx_http_upstream_module.html -
http_proxy_module 模块
http://nginx.org/en/docs/http/ngx_http_proxy_module.html
网友评论