DiscussionSLA

NextCloud + SafeLine Waf

Published 2 months ago

# SafeLine WAF

Published 2 months ago

profile_photo

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
image.png

profile_photo

ULemosewa

Updated 4 months ago

0

what's the error status code of upload big files

profile_photo

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

profile_photo

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
image.png

profile_photo

Carrie

Updated 3 months ago

Please tell us the error code

profile_photo

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

NextCloud + SafeLine Waf | SafePoint