Module ngx_http_v2_module
- Known Issues
- Example Configuration
- Directives
- http2_chunk_size
- http2_body_preread_size
- http2_idle_timeout
- http2_max_concurrent_streams
- http2_max_field_size
- http2_max_header_size
- http2_max_requests
- http2_recv_buffer_size
- http2_recv_timeout
- Embedded Variables
The ngx_http_v2_module
module (1.9.5) provides support for HTTP/2 and supersedes the ngx_http_spdy_module module.
This module is not built by default, it should be enabled with the --with-http_v2_module
configuration parameter.