mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 05:45:28 +08:00
fix zero file sizes
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
1b73df060a
commit
3d8d7f0d79
1 changed files with 4 additions and 0 deletions
|
@ -19,4 +19,8 @@
|
||||||
<Files ".ht*">
|
<Files ".ht*">
|
||||||
Require all denied
|
Require all denied
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
|
# Fix zero file sizes
|
||||||
|
# See https://github.com/nextcloud/server/issues/3056#issuecomment-954209565
|
||||||
|
SetEnv proxy-sendcl 1
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Reference in a new issue