File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
docs/admin/getting-started/container/docker-compose Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments