diff --git a/docs/tutorials/https/nginx.md b/docs/tutorials/https/nginx.md index ee0e5083..916c4499 100644 --- a/docs/tutorials/https/nginx.md +++ b/docs/tutorials/https/nginx.md @@ -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