Skip to content

Commit

Permalink
Merge pull request #49557 from gonzalo/FIX-WebDav-MacOS-failed-upload…
Browse files Browse the repository at this point in the history
…s-php-fpm-and-big-files-(-36-error)
  • Loading branch information
skjnldsv authored Nov 29, 2024
2 parents bcb8b85 + c428ba8 commit 863c880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
# - https://docs.cyberduck.io/mountainduck/issues/fastcgi/
# - https://docs.nextcloud.com/server/latest/admin_manual/issues/general_troubleshooting.html#troubleshooting-webdav
<IfModule mod_setenvif.c>
SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1
SetEnvIfNoCase Transfer-Encoding "chunked" proxy-sendcl=1
</IfModule>

# Apache disabled the sending of the server-side content-length header
Expand Down

0 comments on commit 863c880

Please sign in to comment.