mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
* resolves: https://github.com/nextcloud/documentation/issues/9574 Some clients like DAVx5 use chunked transfer encoding. PHP-FPM does not support this[1] because it requires to comply with the CGI standard - 20+ years old - which enforces a Content-Length header. So we need to buffer the whole request until passing it to PHP-FPM. Without this 0-byte files would be created on Nextcloud as PHP-FPM will not only set content-length to 0 but also does not pass the body data stream. [1] https://bugs.php.net/bug.php?id=51191 and https://github.com/php/php-src/pull/7509 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |
||
|---|---|---|
| .. | ||
| external_storage | ||
| images | ||
| big_file_upload_configuration.rst | ||
| default_files_configuration.rst | ||
| encryption_configuration.rst | ||
| encryption_details.rst | ||
| encryption_migration.rst | ||
| external_storage_configuration_gui.rst | ||
| federated_cloud_sharing_configuration.rst | ||
| file_conversion.rst | ||
| file_sharing_configuration.rst | ||
| file_versioning.rst | ||
| files_locking_transactional.rst | ||
| index.rst | ||
| previews_configuration.rst | ||
| primary_storage.rst | ||
| trashbin_configuration.rst | ||
| windows_compatible_filenames.rst | ||