ソースを参照

Merge pull request #45035 from nextcloud/enh/noid/fix-chunked-upload

fix: chunked upload leading to 0-byte files
pull/45049/head
Ferdinand Thiessen 1ヶ月前
コミット
ed11a92254
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更2行の追加4行の削除
  1. 2
    4
      .htaccess

+ 2
- 4
.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
<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

読み込み中…
キャンセル
保存