mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
Merge pull request #13513 from as598466/patch-1
improve nginx conf examples to mention php-fpm timeouts
This commit is contained in:
@@ -173,6 +173,12 @@ server {
|
||||
fastcgi_intercept_errors on;
|
||||
fastcgi_request_buffering off;
|
||||
|
||||
# PHP-FPM 504 response timeouts
|
||||
# Uncomment and increase these if facing timeout errors during large file uploads
|
||||
#fastcgi_read_timeout 60s;
|
||||
#fastcgi_send_timeout 60s;
|
||||
#fastcgi_connect_timeout 60s;
|
||||
|
||||
fastcgi_max_temp_file_size 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -172,6 +172,12 @@ server {
|
||||
fastcgi_intercept_errors on;
|
||||
fastcgi_request_buffering off;
|
||||
|
||||
# PHP-FPM 504 response timeouts
|
||||
# Uncomment and increase these if facing timeout errors during large file uploads
|
||||
#fastcgi_read_timeout 60s;
|
||||
#fastcgi_send_timeout 60s;
|
||||
#fastcgi_connect_timeout 60s;
|
||||
|
||||
fastcgi_max_temp_file_size 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user