Browse Source

fix: chunked upload leading to 0-byte files

Signed-off-by: Simon L <szaimen@e.mail.de>
pull/45035/head
Simon L. 1 week ago
parent
commit
9875668fc6
1 changed files with 2 additions and 4 deletions
  1. 2
    4
      .htaccess

+ 2
- 4
.htaccess View File

@@ -102,10 +102,8 @@
# Here are more information about the issue:
# - https://docs.cyberduck.io/mountainduck/issues/fastcgi/
# - https://docs.nextcloud.com/server/latest/admin_manual/issues/general_troubleshooting.html#troubleshooting-webdav
<IfModule setenvif.c>
<Location "/remote.php">
SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1
</Location>
<IfModule mod_setenvif.c>
SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1
</IfModule>

AddDefaultCharset utf-8

Loading…
Cancel
Save