You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/11/26 04:55:48 UTC

[GitHub] [incubator-dolphinscheduler] Yeleights commented on issue #1324: [BUG] 文件管理-上传的文件太大时线程不工作

Yeleights commented on issue #1324: [BUG] 文件管理-上传的文件太大时线程不工作
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1324#issuecomment-558459830
 
 
   you can add the nginx config:  client_max_body_size 1024m;
   
   vi /etc/nginx/nginx.conf
   
   #set the upload limit 1G
   client_max_body_size 1024m;
   
   是否配置了nginx的上传大小限制? 可以参照上面的描述配置一下
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services