[Question]: "The total size of the files uploaded at once is too large." error while uploading a file.
Describe your problem
I have added to the docker env MAX_CONTENT_LENGTH=100000000000 and also added to the nginx.conf this line - client_max_body_size 100M. still i am facing the issue when i upload a file more than 1 mb.
Please refer to this.
Please refer to this.
Hi Kevin, if I go to ragflow/docker/nginx/nginx.conf I see that there is already client_max_body_size 1024M, but I still cannot upload a file that is about 120MB large.
Could you elaborate a bit further on which answer you are referring to on that thread and/or more specifically how to change that in the specific case of running dockerized ragflow?
Please refer to this.
Hi Kevin, if I go to
ragflow/docker/nginx/nginx.confI see that there is alreadyclient_max_body_size 1024M, but I still cannot upload a file that is about 120MB large.Could you elaborate a bit further on which answer you are referring to on that thread and/or more specifically how to change that in the specific case of running dockerized ragflow?
not just set client_max_body_size 1024M in ragflow/docker/nginx/nginx.conf, but also pay attention to the /etc/nginx/nginx.conf on the host, I guess you are using a reverse proxy to access ragflow container.
What about this one?
Since there has been no further activity for over three weeks, we will proceed to close this issue. If the problem persists or you have additional questions, please feel free to reopen the issue or create a new one. We’re happy to assist anytime.