nextcloud-documentation/admin_manual/installation
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
..
images
command_line_installation.rst
deployment_recommendations.rst
example_centos.rst feat: hello codespell 2024-07-23 13:04:10 +02:00
example_openbsd.rst feat: hello codespell 2024-07-23 13:04:10 +02:00
example_ubuntu.rst fix: Corrected mistake in initial commit 2023-12-18 13:15:38 -05:00
harden_server.rst Update harden_server.rst - improve fail2ban section 2024-11-13 06:49:21 +00:00
index.rst docs: Add generic uninstallation pointers 2024-12-12 20:06:38 +00:00
installation_wizard.rst
nginx-root.conf.sample fix(nginx): fastcgi_request_buffering must be on 2025-09-04 13:54:05 +00:00
nginx-subdir.conf.sample fix(nginx): fastcgi_request_buffering must be on 2025-09-04 13:54:05 +00:00
nginx.rst fix indefinite articles 2023-09-28 13:10:47 +02:00
php_configuration.rst Update php_configuration.rst 2024-06-03 06:48:11 -04:00
selinux_configuration.rst docs(admin): Add tip about detecting silent denials in SELinux 2025-04-11 16:08:01 +00:00
server_tuning.rst docs: aio-imaginary image has been moved to ghcr.io 2025-04-09 13:46:29 +02:00
source_installation.rst fixed link 2024-09-27 06:39:04 +00:00
system_requirements.rst Update system_requirements.rst 2025-07-25 23:54:12 +00:00
uninstallation.rst docs: Add generic uninstallation pointers 2024-12-12 20:06:38 +00:00