snackpot.yml - add docker compose config
Nominally working and tested on a remote VM
This commit is contained in:
3
templates/docker-compose/proxy/Dockerfile
Normal file
3
templates/docker-compose/proxy/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM jwilder/nginx-proxy:alpine-0.7.0
|
||||
|
||||
COPY uploadsize.conf /etc/nginx/conf.d/uploadsize.conf
|
||||
2
templates/docker-compose/proxy/uploadsize.conf
Normal file
2
templates/docker-compose/proxy/uploadsize.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
client_max_body_size 10G;
|
||||
proxy_request_buffering off;
|
||||
Reference in New Issue
Block a user