mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-14 02:25:08 +01:00
add client_max_body_size to upload files > 2 MB
With the current configuration i can only upload files < 2MB. If i upload bigger files i get the error message "Request Entity Too Large" back. I add the Solution from [SnowMB @issues/95](https://github.com/nextcloud/docker/issues/95#issuecomment-322683966)
This commit is contained in:
parent
fb58bbb039
commit
0f415998e3
1 changed files with 1 additions and 0 deletions
1
.examples/uploadsize.conf
Normal file
1
.examples/uploadsize.conf
Normal file
|
@ -0,0 +1 @@
|
|||
client_max_body_size 10G;
|
Loading…
Add table
Reference in a new issue