Increase HTTP request body size limit for Owncloud #27

This commit is contained in:
Bob Mottram 2014-07-19 23:31:44 +01:00
parent 149e16ec85
commit f7c2f0a80a
1 changed files with 1 additions and 0 deletions

View File

@ -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
</Directory>
#+END_SRC