413 Request Entity Too Large:

jason47 / 2023-07-24 / 原文

增加了nginx反向代理后报错

在nginx.conf中
http
{
client_max_body_size //默认为1m
}