您好,欢迎访问一九零五行业门户网

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

nginx客户端请求配置项有:1、“limit_except”,按http方法名限制用户请求;2、“client_max_body_size size”,http请求包体的最大值;3、“limit_rate speed”,对请求的限速等。
客户端请求配置
配置项默认用途配置块
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客户端请求配置项有哪些的详细内容。
其它类似信息

推荐信息