首页 > 其他 > 详细

Gunicorn启动时 nginx 400 request line is too large (4360 4094)

时间:2020-03-29 13:29:57      阅读:157      评论:0      收藏:0      [点我收藏+]

设置gunicorn 参数
--limit-request-line 8188 (默认是4094)

参考

limit_request_line
--limit-request-line INT
4094
The maximum size of HTTP request line in bytes.

This parameter is used to limit the allowed size of a client’s HTTP request-line. Since the request-line consists of the HTTP method, URI, and protocol version, this directive places a restriction on the length of a request-URI allowed for a request on the server. A server needs this value to be large enough to hold any of its resource names, including any information that might be passed in the query part of a GET request. Value is a number from 0 (unlimited) to 8190.

This parameter can be used to prevent any DDOS attack.

 

Gunicorn启动时 nginx 400 request line is too large (4360 4094)

原文:https://www.cnblogs.com/kaituorensheng/p/12591531.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!