From 39f2aff266b17241b9594ddbfda7e613ca0a5cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:37:11 +0200 Subject: [PATCH] Add client_body_timeout --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 2033e27..d2ba9b0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -33,6 +33,7 @@ location ^~ __PATH__/ { # Set max upload size client_max_body_size 10G; + client_body_timeout 300s; fastcgi_buffers 64 4K; # Enable gzip but do not remove ETag headers