siteserver / cms

SS CMS 基于 .NET Core,能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。

Home Page:https://sscms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

视频点播插件上传视频等待时间只有100秒,期望600秒以上保证大视频的上传成功

mrcou opened this issue · comments

commented

上传文件超时调整IIS或者NGINX的超时配置试试呢

上传文件已经把nginx本身和location的超时时间调整到60000了,应该是接口设置了超时时间。
proxy_connect_timeout 60000;
proxy_send_timeout 60000;
proxy_read_timeout 60000;
send_timeout 60000;
20240320100154

commented

微信截图_20240321085721

改一下这里看看起不起作用

image
已经设置到500MB了,现在的问题是上传接口只有50秒左右的等待时间,视频还没完全上传,就超时,超时了。