# HG changeset patch # User Vladimir Homutov # Date 1638882467 -10800 # Node ID 44553428288d36459b0583c1508e02389f25aa99 # Parent e06283038ec892dbe401e740abb458e2557e911c QUIC: updated README. The ngx_http_quic_module is merged to ngx_http_v3_module. The $quic variable no longer exists, it is replaced with $http3 variable. diff --git a/README b/README --- a/README +++ b/README @@ -84,7 +84,6 @@ 2. Installing following new configuration options: --with-http_v3_module - enable QUIC and HTTP/3 - --with-http_quic_module - enable QUIC for older HTTP versions --with-stream_quic_module - enable QUIC in Stream 3. Configuration @@ -148,7 +147,7 @@ Example configuration: http { log_format quic '$remote_addr - $remote_user [$time_local] ' '"$request" $status $body_bytes_sent ' - '"$http_referer" "$http_user_agent" "$quic"'; + '"$http_referer" "$http_user_agent" "$http3"'; access_log logs/access.log quic;