Skip to content

Commit c2a7f67

Browse files
authored
Added HTTP/3 to Tech Specs. (#569)
1 parent aa066e0 commit c2a7f67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/nginx/technical-specs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,10 @@ See [Sizing Guide for Deploying NGINX Plus on Bare Metal Servers](https://www.ng
163163
- [Limit Requests](https://nginx.org/en/docs/http/ngx_http_limit_req_module.html) – Limit rate of request processing for a client IP address or other keyed value
164164
- [Limit Responses](https://nginx.org/en/docs/http/ngx_http_core_module.html#limit_rate) – Limit rate of responses per client connection
165165

166-
### HTTP/2 and SSL/TLS
166+
### HTTP/2, HTTP/3 and SSL/TLS
167167

168168
- [HTTP/2](https://nginx.org/en/docs/http/ngx_http_v2_module.html) – Process HTTP/2 traffic
169+
- [HTTP/3](https://nginx.org/en/docs/http/ngx_http_v3_module.html) – Process HTTP/3 traffic
169170
- [SSL/TLS](https://nginx.org/en/docs/http/ngx_http_ssl_module.html) – Process HTTPS traffic
170171

171172
### Mail

0 commit comments

Comments
 (0)