Skip to content

Commit

Permalink
nextcloud: Massively increase fastcgi timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1003 committed Oct 7, 2024
1 parent 4d552a8 commit 74ee303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextcloud/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ http {

fastcgi_intercept_errors on;
fastcgi_request_buffering off;
fastcgi_read_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 86400;
fastcgi_send_timeout 86400;

fastcgi_max_temp_file_size 0;
}
Expand Down

0 comments on commit 74ee303

Please sign in to comment.