Clementine

Clementine

普通会员
@B8WrHrdw

须弥币 1324
关注
拉黑?
确认

Discuz Q 上传大文件服务器所需修改配置

nginx

client_max_body_size 50m;

IIS

web.config

<?xml version="1.0" encoding="utf-8" ?> <configuration> <system.webServer> <security> <requestFiltering>

<requestLimits maxAllowedContentLength="1073741824...

全文

https://www.fireself.cn/post/3914

Discuz Q 请求频繁解决办法

vendor\discuz\core\src\Http\Middleware AuthenticateWithHeader.php

修改里面的freq数值

如果依然不行

$this->checkLimit($request);

全部注释

https://www.fireself.cn/post/3913

PC端 字数限制 修改

#修改小教程# 前端源码部分: 前端限制的是5万字内

全局查找

textLimit: 49999,

PHP接口部分: 接口限制的是5000字内

找到 :

app/Commands/Post

CreatePost.php 和 EditPost.php

全文

https://www.fireself.cn/post/3903
上滑加载更多