Increase upload limit to be use with Nextcloud #309
-
I had tried to increase the upload file size without success. I believe has to be modified in the proxy, since I modified the config in nextcloud container and looks like the limits are good. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @kbarbora In order to update the nginx option
|
Beta Was this translation helpful? Give feedback.
-
Thanks, I actually modified the nginx.tmpl and added |
Beta Was this translation helpful? Give feedback.
Hi @kbarbora
In order to update the nginx option
client_max_body_size
you must do the following:Update the limit at the
./conf.d/uploadsize.conf
Start the proxy with the option
--use-nginx-conf-files