# HG changeset patch # User Sergey Kandaurov # Date 1590160920 -10800 # Node ID 94c06fe6e1593f1d3aa6d77ad28f51ff13395013 # Parent 578563babbd11965097c3ab07f5dff700d3e7688 README: pointed out Alt-Svc "ma" parameter useful with curl. diff --git a/README b/README --- 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'; } } }