匹配命令
~ 正则匹配,区分大小写 |
匹配优先级(与在配置文件中的顺序无关)
1. 精确匹配 ”=“ 会第一个被处理。如果发现精确匹配,停止搜索。 |
client_header_timeout
客户端向服务端发送一个完整的 request header
的超时时间。如果客户端在指定时间内没有发送一个完整的 request header,Nginx 返回 HTTP 408(Request Timed Out)。
Defines a timeout for reading client request header. If a client does not transmit the entire header within this time,
the 408 (Request Time-out) error is returned to the client.