summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index f162d6ba0..69ec851d1 100644
--- a/README
+++ b/README
@@ -134,7 +134,7 @@ Example configuration:
location / {
# required for browsers to direct them into quic port
- add_header Alt-Svc $http3=":8443";
+ add_header Alt-Svc '$http3=":8443"; ma=86400';
}
}
}