Separate reverse proxy from compose
This commit is contained in:
parent
4a27b6d89d
commit
3719b355f7
3 changed files with 21 additions and 66 deletions
|
|
@ -1,3 +0,0 @@
|
|||
FROM nginxproxy/nginx-proxy:alpine
|
||||
|
||||
COPY uploadsize.conf /etc/nginx/conf.d/uploadsize.conf
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
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