Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

附件上传大小有限制,附件插入带IP地址,切换IP会导致附件失效,问题反馈! #22

Open
jackloves111 opened this issue Aug 11, 2022 · 1 comment

Comments

@jackloves111
Copy link

官方的镜像源目前有两点只要问题需要解决:
1,附件上传大小有限制;
2,附件插入带IP地址,切换IP会导致附件失效。

希望官方能看到并修复。目前使用80X86的镜像,没有以上问题。
关于问题的详细官方可以直接联系我的邮箱:zhuwei.wu@foxmail.com
另外,关于群晖的可视化docker配置,我也可以写一些教程。

@lyuancx
Copy link

lyuancx commented Oct 19, 2022

官方的镜像源目前有两点只要问题需要解决: 1,附件上传大小有限制; 2,附件插入带IP地址,切换IP会导致附件失效。

希望官方能看到并修复。目前使用80X86的镜像,没有以上问题。 关于问题的详细官方可以直接联系我的邮箱:zhuwei.wu@foxmail.com 另外,关于群晖的可视化docker配置,我也可以写一些教程。

附件大小可能是nginx的报错,报错信息如下:

client intended to send too large body: 3184393 bytes, client: 192.168.0.1, server: _, request: "POST /index.php/action/upload?cid=1&_=de8deb HTTP/1.1", host: "xxxxx", referrer: "http://x x x x/admin/write-post.php?cid=1"

在nginx配置文件中server段添加字段即可

server {

  client_max_body_size 20M;

} 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants