diff options
| author | Vladimir Homutov <vl@nginx.com> | 2021-12-07 16:07:47 +0300 |
|---|---|---|
| committer | Vladimir Homutov <vl@nginx.com> | 2021-12-07 16:07:47 +0300 |
| commit | 09286ac7d9a3de8fe8eee00648245fe8c64c964a (patch) | |
| tree | eb62d96e4b7fc39591444da68f4661b7a995a426 | |
| parent | a42a62fc583ad311d06a90e3bcd12d63df0701a4 (diff) | |
| download | nginx-09286ac7d9a3de8fe8eee00648245fe8c64c964a.tar.gz nginx-09286ac7d9a3de8fe8eee00648245fe8c64c964a.tar.bz2 | |
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.
| -rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -84,7 +84,6 @@ Experimental QUIC support for nginx 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; |
