increase limits for big files
This commit is contained in:
parent
0670a13d92
commit
62b697f60f
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ RUN apt-get update \
|
|||
RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
|
||||
&& sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf
|
||||
|
||||
RUN { \
|
||||
echo 'client_max_body_size 100M;'; \
|
||||
} > /etc/nginx/conf.d/my_proxy.conf
|
||||
|
||||
# Install Forego
|
||||
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
|
||||
RUN chmod u+x /usr/local/bin/forego
|
||||
|
|
Loading…
Reference in a new issue