Nginx客户端请求配置项有哪些

Nginx客户端请求配置项有:1、“limit_except”,按HTTP方法名限制用户请求;2、“client_max_body_size size”,HTTP请求包体的最大值;3、“limit_rate speed”,对请求的限速等。

Nginx客户端请求配置项有哪些

客户端请求配置

配置项默认用途配置块
limit_except method ...{...}
按 HTTP 方法名限制用户请求location
client_max_body_size size;1mHTTP 请求包体的最大值http、server、location
limit_rate speed;0对请求的限速http、server、location
limit_rate_after time;1m发送响应长度超过1m后限速http、server、location

推荐学习:《Nginx教程》

以上就是Nginx客户端请求配置项有哪些的详细内容,更多请关注https://www.sxiaw.com/其它相关文章!