From 702a7dfc320a45642b2a4acfd8854c19daf9dec1 Mon Sep 17 00:00:00 2001 From: Yaroslav Zhuravlev Date: Tue, 20 May 2025 14:57:50 +0100 Subject: [PATCH 1/2] Added HTTP/3 to Tech Specs. --- content/nginx/technical-specs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/nginx/technical-specs.md b/content/nginx/technical-specs.md index c65fcb06d..9bfb72c8b 100644 --- a/content/nginx/technical-specs.md +++ b/content/nginx/technical-specs.md @@ -163,9 +163,10 @@ See [Sizing Guide for Deploying NGINX Plus on Bare Metal Servers](https://www.ng - [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 - [Limit Responses](https://nginx.org/en/docs/http/ngx_http_core_module.html#limit_rate) – Limit rate of responses per client connection -### HTTP/2 and SSL/TLS +### HTTP/2, HTTP/3 and SSL/TLS - [HTTP/2](https://nginx.org/en/docs/http/ngx_http_v2_module.html) – Process HTTP/2 traffic +- [HTTP/3](https://nginx.org/en/docs/http/ngx_http_v3_module.html) – Process HTTP/2 traffic - [SSL/TLS](https://nginx.org/en/docs/http/ngx_http_ssl_module.html) – Process HTTPS traffic ### Mail From 2f1ee92f120008dfe0dd65ef91cd9baaac52ba89 Mon Sep 17 00:00:00 2001 From: yar Date: Wed, 21 May 2025 08:06:48 +0100 Subject: [PATCH 2/2] Update content/nginx/technical-specs.md Co-authored-by: Mike Jang <3287976+mjang@users.noreply.github.com> --- content/nginx/technical-specs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nginx/technical-specs.md b/content/nginx/technical-specs.md index 9bfb72c8b..5405859c6 100644 --- a/content/nginx/technical-specs.md +++ b/content/nginx/technical-specs.md @@ -166,7 +166,7 @@ See [Sizing Guide for Deploying NGINX Plus on Bare Metal Servers](https://www.ng ### HTTP/2, HTTP/3 and SSL/TLS - [HTTP/2](https://nginx.org/en/docs/http/ngx_http_v2_module.html) – Process HTTP/2 traffic -- [HTTP/3](https://nginx.org/en/docs/http/ngx_http_v3_module.html) – Process HTTP/2 traffic +- [HTTP/3](https://nginx.org/en/docs/http/ngx_http_v3_module.html) – Process HTTP/3 traffic - [SSL/TLS](https://nginx.org/en/docs/http/ngx_http_ssl_module.html) – Process HTTPS traffic ### Mail