parent
4ce7ef03ba
commit
e05e2f1dd7
@ -0,0 +1,3 @@
|
||||
FROM jwilder/nginx-proxy:alpine
|
||||
|
||||
COPY uploadsize.conf /etc/nginx/conf.d/uploadsize.conf
|
||||
@ -0,0 +1 @@
|
||||
client_max_body_size 10G;
|
||||
@ -0,0 +1,3 @@
|
||||
FROM nginx
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
Loading…
Reference in new issue