nextcloud-documentation/admin_manual/configuration_files
Ferdinand Thiessen ef403b4883
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 12:23:17 +02:00
..
external_storage standardize occ command documentation 2025-04-29 13:21:08 +02:00
images feat(admin): document windows compatible filenames 2025-04-30 16:26:49 +02:00
big_file_upload_configuration.rst fix(nginx): fastcgi_request_buffering must be on 2025-09-04 12:23:17 +02:00
default_files_configuration.rst Add docs for defaultTemplateDirectory app config 2023-01-19 19:45:27 +01:00
encryption_configuration.rst Merge pull request #13387 from nextcloud/alexanderdd-patch-1 2025-08-26 09:56:21 +02:00
encryption_details.rst Update encryption_details.rst 2025-08-15 11:24:50 +02:00
encryption_migration.rst Update encryption_migration.rst 2025-08-15 11:33:39 +02:00
external_storage_configuration_gui.rst standardize occ command documentation 2025-04-29 13:21:08 +02:00
federated_cloud_sharing_configuration.rst docs(files_sharing): Document toggle for federated shares display 2025-06-25 19:57:38 +01:00
file_conversion.rst feat: update new apis for file conversion 2025-02-25 17:52:25 +01:00
file_sharing_configuration.rst enh: Move occ configuration to top level 2024-09-17 16:36:43 +02:00
file_versioning.rst Add note about named versions for admins 2024-03-05 11:14:21 +01:00
files_locking_transactional.rst fix: Adjust path 2024-11-13 02:00:52 +01:00
index.rst feat(admin): document windows compatible filenames 2025-04-30 16:26:49 +02:00
previews_configuration.rst feat(admin): document preview:cleanup occ command 2025-01-07 19:04:56 +01:00
primary_storage.rst fix(admin_manual): Document S3 "connect_timeout" option 2025-06-15 10:15:20 +02:00
trashbin_configuration.rst fix(admin): Add note on trashbin cleanup when quota is exceeded 2024-09-11 11:53:24 -07:00
windows_compatible_filenames.rst feat(admin): document OCC commands for WCF 2025-04-30 16:26:49 +02:00