]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix: chunked upload leading to 0-byte files 45040/head
authorSimon L. <szaimen@e.mail.de>
Thu, 25 Apr 2024 14:29:38 +0000 (16:29 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 25 Apr 2024 15:28:15 +0000 (15:28 +0000)
Signed-off-by: Simon L <szaimen@e.mail.de>
.htaccess

index 102b11236be8281b0143ea58f163fa566efd6deb..f6474c8dbca6a9e3b55a95b28a3c436cec86f7b9 100644 (file)
--- a/.htaccess
+++ b/.htaccess
 # 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