From a47c9df61132b5edab5674fe982528db225d39f5 Mon Sep 17 00:00:00 2001 From: Seth Hrbek Date: Fri, 3 Apr 2020 11:31:43 -0400 Subject: [PATCH] updat read an proxy timeouts to 10m --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6a1c6e2..71e3827 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,8 @@ COPY network_internal.conf /etc/nginx/ RUN { \ echo 'client_max_body_size 1024m;'; \ + echo 'proxy_connect_timeout 10m;'; \ + echo 'proxy_read_timeout 10m;'; \ } > /etc/nginx/conf.d/catalyst.conf COPY . /app/