Update nginx.md

This commit is contained in:
Classic298
2026-02-05 11:36:32 +01:00
committed by GitHub
parent b31ddb8543
commit 03b38edfb1

View File

@@ -149,6 +149,7 @@ large_client_header_buffers 4 32k;
| `chunked_transfer_encoding on` | 🟡 Can break SSE |
| `proxy_cache` enabled on `/api/` | 🟡 Adds overhead |
| `X-Accel-Buffering "yes"` | This header should be set to "no" for extra safety |
| `HTTP/2` | If you experience streaming issues, lag, streaming ending before the last chunk arrived on the frontend, then using HTTP 1.1 instead of HTTP/2 might also help |
### Full Example Configuration