externalProxyDocs: add conf for tus upload#500
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR enhances the nginx reverse proxy configuration for OpenCloud by adding essential settings for handling file uploads, Server-Sent Events (SSE), and long-running connections.
- Increases client max body size to support file uploads via Tus protocol
- Disables proxy buffering to enable SSE functionality
- Extends timeouts for long-running connections and prevents fallback to alternative upstreams
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
docs/admin/getting-started/container/docker-compose/docker-external-proxy.md
Outdated
Show resolved
Hide resolved
docs/admin/getting-started/container/docker-compose/docker-external-proxy.md
Outdated
Show resolved
Hide resolved
|
need also adjust collabora config because I get |
585c321 to
4aef154
Compare
fixed |
|
I will test it, but should we also add a part in the "common issues" section? |
okay, steps for reproduce
Expected: it possible to upload file more than 1mb
Yes, that's a good idea. But I would also keep my changes here so that people don't encounter the problem and look for a solution. |
following this plan I couldn't upload date more than 1mb - fixed it