Add a conf file to the proxy settings that increases max body size
This commit is contained in:
parent
5f0ae56032
commit
a5be0f1cd9
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ RUN tar -C /usr/local/bin -xvzf docker-gen-linux-amd64-$DOCKER_GEN_VERSION.tar.g
|
||||||
|
|
||||||
COPY network_internal.conf /etc/nginx/
|
COPY network_internal.conf /etc/nginx/
|
||||||
|
|
||||||
|
RUN { \
|
||||||
|
echo 'client_max_body_size 1024m;'; \
|
||||||
|
} > /etc/nginx/conf.d/catalyst.conf
|
||||||
|
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue