https://uwsgi-docs.readthedocs.io/en/latest/Options.html#buffer-size

buffer-size

argument: required_argument

shortcut: -b

parser: uwsgi_opt_set_64bit

help: set internal buffer size

Set the max size of a request (request-body excluded), this generally maps to the size of request headers. By default it is 4k. If you receive a bigger request (for example with big cookies or query string) you may need to increase it. It is a security measure too, so adapt to your app needs instead of maxing it out.

最新文章

  1. 通过Iframe在A网站页面内嵌入空白页面的方式,跨域获取B网站的数据返回给A网站!
  2. android布局文件中android:icon="?attr/menuIconCamera"找不到对应图标路径
  3. Post请求
  4. iOS学习06C语言结构体
  5. 4、时间同步ntp服务的安装于配置(作为客户端的配置)
  6. Server Develop (九) Simple Web Server
  7. NMAP 基础教程
  8. CSS响应式web设计
  9. 读书笔记_Effective_C++_条款十七:以独立语句将new产生的对象置入智能指针
  10. 时间的获取和转换,C#和Sql
  11. js/jquery获取当前页面URL地址并判断URL字符串中是否包含某个具体值
  12. 九度OnlineJudge之1014:排名
  13. Robot Framework + appium 启动手机浏览器的两个方法(1)
  14. [kuangbin带你飞]专题四 最短路练习 POJ 1797 Heavy Transportation
  15. Spring JdbcTemplate用法整理
  16. MBR和GPT概要学习
  17. 商务电话思维图(XMind für Geschäftliche Telefongespräche)
  18. 写给大忙人的centos下ftp服务器搭建(以及启动失败/XFTP客户端一直提示“用户身份验证失败”解决方法)
  19. RESTful levels 和 HATEOAS
  20. guava-retrying 源码解析(停止策略详解)

热门文章

  1. 六、JavaScript之调用外部JavaScript文件
  2. 二十五、SAP中输出一条横线
  3. rsync错误
  4. 吴裕雄--天生自然C++语言学习笔记:C++ 多线程
  5. java基础源码 (3)--Annotation(注解)
  6. Marvolo Gaunt's Ring(巧妙利用前后缀进行模拟)
  7. Java进阶之路 - 1.走近Java
  8. linux服务重启命令
  9. 从内存上限说起 VMware内存分配初探
  10. MyBatis:配置解析