mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Support big file uploads in Apache
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
fa265a84c5
commit
ae29ce409e
2 changed files with 6 additions and 0 deletions
|
|
@ -24,4 +24,7 @@ Listen 8000
|
||||||
# Fix zero file sizes
|
# Fix zero file sizes
|
||||||
# See https://github.com/nextcloud/server/issues/3056#issuecomment-954209565
|
# See https://github.com/nextcloud/server/issues/3056#issuecomment-954209565
|
||||||
SetEnv proxy-sendcl 1
|
SetEnv proxy-sendcl 1
|
||||||
|
|
||||||
|
# See https://httpd.apache.org/docs/current/en/mod/core.html#limitrequestbody
|
||||||
|
LimitRequestBody 0
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,9 @@ Add this as a new Apache site config:
|
||||||
<Files ".ht*">
|
<Files ".ht*">
|
||||||
Require all denied
|
Require all denied
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
|
# Support big file uploads
|
||||||
|
LimitRequestBody 0
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue