Skip to content

Commit

Permalink
Merge pull request #45035 from nextcloud/enh/noid/fix-chunked-upload
Browse files Browse the repository at this point in the history
fix: chunked upload leading to 0-byte files
  • Loading branch information
susnux authored Apr 25, 2024
2 parents bf0649d + 9875668 commit ed11a92
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed11a92

Please sign in to comment.