From 793eab5c2d66fa24962018feeadf003a5a93a839 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Wed, 17 Nov 2021 10:57:57 +0100 Subject: [PATCH] Update nginx timeouts --- distillery/resources/compose/web/global.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/distillery/resources/compose/web/global.conf b/distillery/resources/compose/web/global.conf index 5161f0c..6add46a 100644 --- a/distillery/resources/compose/web/global.conf +++ b/distillery/resources/compose/web/global.conf @@ -1,3 +1,5 @@ -# update the max body size to fit with php's configuration. -# should be kept in sync with distillery/resources/compose/barrel/conf/wisski.ini. -client_max_body_size 1000m; \ No newline at end of file +# Nginx Configuration File +# These should match with distillery/resources/compose/barrel/conf/wisski.ini. + +client_max_body_size 1000m; +proxy_read_timeout 3000; \ No newline at end of file