帖子

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

未登录无法操作

评论 0

列表为空,暂无内容
须弥技术

专业PHP开发,运维技术社区

打开 App