From 606fc89319b959dc9a1a38e99160a9bec9a3e99f Mon Sep 17 00:00:00 2001 From: mdphoto Date: Fri, 12 Jun 2020 17:55:28 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf.j2 b/conf/nginx.conf.j2 index f85ca62..b0c314e 100644 --- a/conf/nginx.conf.j2 +++ b/conf/nginx.conf.j2 @@ -5,6 +5,8 @@ location / { try_files $uri @{{ app }}; } client_max_body_size 50M; + client_body_timeout 60m; + fastcgi_read_timeout 60m; location @{{ app }} { proxy_pass http://127.0.0.1:{{ port }};