From f7c2f0a80acdb82a2700bf2e209357332ab323ff Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 19 Jul 2014 23:31:44 +0100 Subject: [PATCH] Increase HTTP request body size limit for Owncloud #27 --- beaglebone.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/beaglebone.txt b/beaglebone.txt index 38268baf..8b008410 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -5290,6 +5290,7 @@ And add the following, to the 443 VirtualHost section. Really we only will want AllowOverride All Order allow,deny allow from all + LimitRequestBody 536870912 #+END_SRC