配置项 | 默认 | 用途 | 配置块 |
---|---|---|---|
limit_except method ...{...} | 按 HTTP 方法名限制用户请求 | location | |
client_max_body_size size; | 1m | HTTP 请求包体的最大值 | http、server、location |
limit_rate speed; | 0 | 对请求的限速 | http、server、location |
limit_rate_after time; | 1m | 发送响应长度超过1m后限速 | http、server、location |
推荐学习:《Nginx教程》
以上就是Nginx客户端请求配置项有哪些的详细内容,更多文章请关注木庄网络博客!
相关阅读 >>
在nginx服务器上,master进程和worker进程分别是什么
更多相关阅读请进入《nginx》频道 >>