ngx_http_dav_module
ngx_http_dav_module 示例配置 指令 dav_access dav_methods create_full_put_path min_delete_depth ngx_http_dav_module 模块用于通过 WebD...
ngx_http_dav_module 示例配置 指令 dav_access dav_methods create_full_put_path min_delete_depth ngx_http_dav_module 模块用于通过 WebD...
ngx_http_browser_module 示例配置 指令 ancient_browser ancient_browser_value modern_browser modern_browser_value ngx_http_brows...
ngx_http_autoindex_module 示例配置 指令 autoindex autoindex_exact_size autoindex_format autoindex_localtime ngx_http_autoindex...
ngx_http_auth_jwt_module 示例配置 指令 auth_jwt auth_jwt_header_set auth_jwt_claim_set auth_jwt_key_file 内嵌变量 ngx_http_auth_jw...
ngx_http_auth_request_module 示例配置 指令 auth_request auth_request_set ngx_http_auth_request_module 模块(1.5.4+)基于子请求结果实现客户端授权...
ngx_http_auth_basic_module 示例配置 指令 auth_basic auth_basic_user_file ngx_http_auth_basic_module 模块允许通过使用 HTTP Basic Authen...
ngx_http_addition_module 示例配置 指令 add_before_body add_after_body addition_types ngx_http_addition_module 是一个过滤器,用于在响应之前和之...
ngx_http_core_module 指令 absolute_redirect aio aio_write alias chunked_transfer_encoding client_body_buffer_size client_b...
ngx_http_access_module 示例配置 指令 allow deny ngx_http_access_module 模块允许限制对某些客户端地址的访问。 访问也可以通过密码、子请求结果或 JWT 限制。可用 satisfy 指...
WebSocket 代理 要将客户端与服务器之间的连接从 HTTP/1.1 转换为 WebSocket,可是使用 HTTP/1.1 中的 协议切换 机制。 然而,有一个微妙的地方:由于 Upgrade 是一个逐跳(hop-by-hop)头,...