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