Increase HTTP request body size limit for Owncloud #27
This commit is contained in:
parent
149e16ec85
commit
f7c2f0a80a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue