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 }};