Skip to content

Commit 44795a5

Browse files
authored
Merge pull request #12511 from nextcloud/jtr/docs-bigfiles-nginx-fastcgi-read-timeout
2 parents df0d401 + d2caf0b commit 44795a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_manual/configuration_files/big_file_upload_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Apache with mod_proxy_fcgi
9191
nginx
9292
^^^^^
9393
* `client_max_body_size <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_
94-
* `fastcgi_read_timeout <https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_read_timeout>`_
94+
* `fastcgi_read_timeout <https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_read_timeout>`_ [often the solution to 504 timeouts during ``MOVE`` transactions that occur even when using chunking]
9595
* `client_body_temp_path <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_temp_path>`_
9696

9797
Since nginx 1.7.11 a new config option `fastcgi_request_buffering

0 commit comments

Comments
 (0)