This commit is contained in:
Mateusz Gruszczyński
2025-10-24 09:04:04 +02:00
parent c6ac427ae1
commit 64616f66d3

View File

@@ -91,12 +91,11 @@ http://<NPM-IP>: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;
```