修改了大屏内容,但是保存提示失败,这有这个大屏会这样,其他的不会,日志说是请求太大,这个是哪里有问题吗
帆软文档,你看是不是有背景图片太大
问题描述:
填报导入excel时报错:413 Request Entity Too Large
原因分析:
tomcat通过nginx代理,一般默认上传文件的上限大小为1M。
解决方法:
1)找到 nginx.conf 文件,更改body size
2)更改后 nginx -s reload 重新加载一下,如果命令加载不成功,则需要重启 Linux 服务器进行加载
https://help.fanruan.com/finereport/doc-view-4547.html