From 03b38edfb1959f95b1aba7d988d684bbefaceea7 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:36:32 +0100 Subject: [PATCH] Update nginx.md --- docs/tutorials/https/nginx.md | 1 + 1 file changed, 1 insertion(+) 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