Skip to content

Commit e23911f

Browse files
committed
removeduplication from proxy config
1 parent 7fface9 commit e23911f

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

docs/admin/getting-started/container/docker-compose/docker-external-proxy.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -183,20 +183,7 @@ server {
183183
184184
ssl_certificate /etc/letsencrypt/live/cloud.YOUR.DOMAIN/fullchain.pem;
185185
ssl_certificate_key /etc/letsencrypt/live/cloud.YOUR.DOMAIN/privkey.pem;
186-
# Increase max upload size (required for Tus — without this, uploads over 1 MB fail)
187-
client_max_body_size 10M;
188-
# Disable buffering - essential for SSE
189-
proxy_buffering off;
190-
proxy_request_buffering off;
191-
192-
# Extend timeouts for long connections
193-
proxy_read_timeout 3600s;
194-
proxy_send_timeout 3600s;
195-
keepalive_timeout 3600s;
196-
197-
# Prevent nginx from trying other upstreams
198-
proxy_next_upstream off;
199-
186+
200187
# Increase max upload size (required for Tus — without this, uploads over 1 MB fail)
201188
client_max_body_size 10M;
202189

0 commit comments

Comments
 (0)