-
Notifications
You must be signed in to change notification settings - Fork 3.4k
-
I would like to deactivate this control that nginx does.
I've tried to add this row to advanced setting of my host but nothing changed.
client_max_body_size 9000M;
I've immich running in my server, which is having problem while backing up my videos that weight too much.
They told me that the problem was that variable, but i don't know if it is correct what i've done.
This also because it still doesn't work
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
If you wish to deactivate the setting, I believe you would use:
client_max_body_size 0;
Beta Was this translation helpful? Give feedback.
All reactions
-
Nothing changed!
Beta Was this translation helpful? Give feedback.
All reactions
-
By any chance, are you using Cloudflare’s DNS Proxy service? It has a limitation of 100MB.
Beta Was this translation helpful? Give feedback.