nginx的buffered to a temporary警告
Posted 罗夏
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx的buffered to a temporary警告相关的知识,希望对你有一定的参考价值。
nginx日志报
a client request body is buffered to a temporary file
这个意思是客户全请求的文件超过了nginx的缓存区大小,nginx将内容写入了硬盘.
增加:
client_body_buffer_size大小
如:
client_body_buffer_size 2048k;
以上是关于nginx的buffered to a temporary警告的主要内容,如果未能解决你的问题,请参考以下文章
Nginx an upstream response is buffered to a temporary file
nginx+tomcat 报错:『an upstream response is buffered to a temporary file 』