nextcloud-documentation/admin_manual/configuration_files
Ferdinand Thiessen 48e8a82d87 fix(nginx): fastcgi_request_buffering must be on
* 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>
2025-09-04 13:54:05 +00:00
..
external_storage Revert "[stable30] document SSE-C support in external storage" 2025-01-31 16:54:28 +01:00
images Feature #37677 documentation : Exclude some groups from sharing with users (PR#38173) 2024-02-13 12:13:05 +01:00
big_file_upload_configuration.rst fix(nginx): fastcgi_request_buffering must be on 2025-09-04 13:54:05 +00:00
default_files_configuration.rst Add docs for defaultTemplateDirectory app config 2023-01-19 19:45:27 +01:00
encryption_configuration.rst fix: Fix obsolete statement about encryption overhead 2024-03-08 14:39:08 +01:00
encryption_details.rst fix(encryption): Link to current version of recovery tools 2024-08-30 12:37:26 +00:00
encryption_migration.rst Update encryption_migration.rst (#6766) 2021-07-06 16:18:39 +02:00
external_storage_configuration_gui.rst feat: hello codespell 2024-07-23 13:04:10 +02:00
federated_cloud_sharing_configuration.rst Add information about request_timeout 2023-06-12 19:49:56 +02:00
file_sharing_configuration.rst Merge pull request #11537 from arawa/feature/37677/exclude-some-groups-from-sharing-with-users 2024-02-28 10:09:54 +01:00
file_versioning.rst Add note about named versions for admins 2024-03-05 11:14:21 +01:00
files_locking_transactional.rst fix: remove mention of legacy filelocking.enabled toggle 2024-05-21 09:18:40 -04:00
index.rst Documentation how to disable expire trashbin background job 2021-10-07 22:08:10 +02:00
previews_configuration.rst fix(Files): mention enabledPreviewProviders parameter in Previews chapter 2024-07-15 09:50:36 -04:00
primary_storage.rst fix(admin_manual): Document S3 "connect_timeout" option 2025-06-17 03:32:59 +00:00
trashbin_configuration.rst fix(admin): Add note on trashbin cleanup when quota is exceeded 2024-09-12 08:15:12 +00:00