Published 2 months ago
Published 2 months ago
An
Updated 4 months ago
0
Hello, I've install NextCloud and SafeLine Waf for my Mini HomeLab. But I meet a problem when upload big files to Nextcloud. I have tried to modify nginx.conf by "docker exec -it safeline-tengine /bin/bash" for higher timeout and client_max_body_size. But problem still appear. Please help me solve this problem. Thanks
ULemosewa
Updated 4 months ago
0
what's the error status code of upload big files
ULemosewa
Updated 4 months ago
0
SafeLine WAF does not limit the client_max_body_size
. SafeLine WAF set client_max_body_size 0;
as default config in nginx.conf
An
Updated 3 months ago
0
I forgot to capture my error status code. When I upload file with big size, error happen, I havent test to find the bound, but when I upload file 1GB .zip, it show error. I upload 400MB file, no problem happen
Carrie
Updated 3 months ago
Please tell us the error code
Carrie
Updated 3 months ago
0
If it's 504, you need to change these three variables to larger values as you want: proxy_read_timeout, proxy_send_timeout, proxy_connect_timeout