updat read an proxy timeouts to 10m

This commit is contained in:
Seth Hrbek 2020-04-03 11:31:43 -04:00
parent 6c1bb84c5d
commit a47c9df611

View file

@ -29,6 +29,8 @@ COPY network_internal.conf /etc/nginx/
RUN { \ RUN { \
echo 'client_max_body_size 1024m;'; \ echo 'client_max_body_size 1024m;'; \
echo 'proxy_connect_timeout 10m;'; \
echo 'proxy_read_timeout 10m;'; \
} > /etc/nginx/conf.d/catalyst.conf } > /etc/nginx/conf.d/catalyst.conf
COPY . /app/ COPY . /app/