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" />
</requestFiltering>
</security>
</system.webServer>
</configuration>
php
max_execution_time
max_input_time
post_max_size
upload_max_filesize
腾讯云CDN加速
需要下工单 请求开权限
https://www.fireself.cn/post/3914