Initial commit
This commit is contained in:
commit
680baa5e40
3 changed files with 61 additions and 0 deletions
3
images/proxy/Dockerfile
Normal file
3
images/proxy/Dockerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM nginxproxy/nginx-proxy:alpine
|
||||
|
||||
COPY uploadsize.conf /etc/nginx/conf.d/uploadsize.conf
|
||||
8
images/proxy/uploadsize.conf
Normal file
8
images/proxy/uploadsize.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
client_max_body_size 10G;
|
||||
proxy_read_timeout 3600;
|
||||
proxy_request_buffering off;
|
||||
#client_body_temp_path /tmp/ngx 1 2;
|
||||
#proxy_buffering off;
|
||||
proxy_connect_timeout 3600;
|
||||
proxy_send_timeout 3600;
|
||||
send_timeout 3600;
|
||||
Loading…
Add table
Add a link
Reference in a new issue