From 64616f66d396cfb660fb8333e8a639b5def93eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 24 Oct 2025 09:04:04 +0200 Subject: [PATCH] poprawki --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6cee954..1b9b5ae 100644 --- a/README.md +++ b/README.md @@ -91,12 +91,11 @@ http://:82/console/#server_zones ## HTTP/3 Announcement (NPM → Edit → Advanced) -# Advertise HTTP/3 support (Alt-Svc) — browsers will try h3 on subsequent connections ```bash listen 443 quic; add_header Alt-Svc 'h3=":443"; ma=86400' always; - -# (Optional) Debug header for verification + ``` + (Optional) Debug header for verification ```bash add_header X-H3-Advertised "1" always; ```