-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Larger client_max_body_size by default #7
Comments
Please tell me exactly how you fixed this problem. My configuration looks completely different. The client_max_body_size parameter is not found anywhere |
i fix the problem by |
Can you detail the process ? I have the same pb |
just to add to previous answer, the paramenters to be modified are the ones in the proxy (not the nextcloud docker instance), you can refer to the proxy repo issues for my answer or the authors answer |
I have modified https://github.com/evertramos/nginx-proxy-automation/blob/master/nginx.tmpl
and 277
Dunno if its best solution but it works for me :) |
Hello there! You could reach the same result by adding this option in here: https://github.com/evertramos/nginx-proxy-automation/blob/master/conf.d/uploadsize.conf And start the nginx-proxy-automation with the option: ./fresh-start.sh -use-nginx-conf-files .... As of: But if you already have the proxy running, you might need to do a few tricks to achieve it first. |
For the usage of Nextcloud I encountered the problem that the default client_max_body_size is not large enough, so it needs manual configuration as you shown in this gist of yours. It would be nice if this could be configured by default somehow, I now have to manually set this for the Nextcloud to work properly with anything above 1MB (which is a lot of files if you use this instead of dropbox). Is there any way to incorporate this in the .env file?
The text was updated successfully, but these errors were encountered: