Separate reverse proxy from compose

This commit is contained in:
Oliver Hattshire 2025-06-16 22:00:19 -04:00
parent 4a27b6d89d
commit 3719b355f7
3 changed files with 21 additions and 66 deletions

View file

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

View file

@ -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;