本篇文章主要介绍了"Nginx反向代理上传大文件报错(failed to load resource : net :: ERR_CONNECTION_RESET)",主要涉及到方面的内容,对于PHPjrs看球网直播吧_低调看直播体育app软件下载_低调看体育直播感兴趣的同学可以参考一下:
Nginx反向代理上传大文件报错(failed to load resource : net :: ERR_CONNECTION_RESET)http://ng...
Nginx反向代理上传大文件报错(failed to load resource : net :: ERR_CONNECTION_RESET)
http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size
正文
当使用Nginx反向代理上传大文件报错
failed toload resource : net :: ERR_CONNECTION_RESET
经查是Nginx的配置问题。
使用
client_max_body_size size;
用于配置请求中Body的最大可允许值。size的单位为M,Nginx默认的设置是1m。数值按需自行设置即可。例如限制为1G:
client_max_body_size 1024m;
此配置可放在 http | server | location 任一处,对应不同的作用范围。
附
官方文档说明:
Syntax: client_max_body_size size;Default: client_max_body_size 1m;Context: http, server, location
Sets the maximum allowed size of the client request body, specified in the “Content-Length” request header field. If the size in a request exceeds the configured value, the 413 (Request Entity Too Large) error is returned to the client. Please be aware that browsers cannot correctly display this error. Setting size to 0 disables checking of client request body size.
').addClass('pre-numbering').hide();
$(this).addClass('has-numbering').parent().append($numbering);
for (i = 1; i <= lines; i++) {
$numbering.append($('
').text(i));
};
$numbering.fadeIn(1700);
});
});
以上就介绍了Nginx反向代理上传大文件报错(failed to load resource : net :: ERR_CONNECTION_RESET),包括了方面的内容,希望对PHPjrs看球网直播吧_低调看直播体育app软件下载_低调看体育直播有兴趣的朋友有所帮助。
本文网址链接:http://www.codes51.com/article/detail_339064.html