updat read an proxy timeouts to 10m
This commit is contained in:
parent
6c1bb84c5d
commit
a47c9df611
1 changed files with 2 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue