poprawki
This commit is contained in:
@@ -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;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user