Nginx 官网链接直达

  • 虚拟主机
    http://nginx.org/en/docs/http/request_processing.html

  • 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_log_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

你可能感兴趣的:(Nginx 官网链接直达)