increase limits for big files

This commit is contained in:
Dave Cornejo 2016-10-05 11:27:50 -10:00
parent 0670a13d92
commit 62b697f60f

View file

@ -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