Initial commit

This commit is contained in:
Jan Beilicke 2020-03-24 00:38:20 +01:00
commit e8b54ec967
12 changed files with 378 additions and 0 deletions

View file

@ -0,0 +1,3 @@
FROM jwilder/nginx-proxy:alpine
COPY uploadsize.conf /etc/nginx/conf.d/uploadsize.conf

View file

@ -0,0 +1,2 @@
client_max_body_size 10G;
proxy_request_buffering off;