0
0
Fork 0
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:
mr-bolle 2017-09-30 12:08:58 +02:00 committed by GitHub
parent fb58bbb039
commit 0f415998e3

View file

@ -0,0 +1 @@
client_max_body_size 10G;