From 9875668fc668b6f6df63ccf1c680c983b380c2e9 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 25 Apr 2024 16:29:38 +0200 Subject: [PATCH] fix: chunked upload leading to 0-byte files Signed-off-by: Simon L --- .htaccess | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index 102b11236be..f6474c8dbca 100644 --- a/.htaccess +++ b/.htaccess @@ -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 - - - SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1 - + + SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1 AddDefaultCharset utf-8