comparison xml/en/docs/http/ngx_http_limit_conn_module.xml @ 2956:a85e4d126bc7

Updated docs for the upcoming NGINX Plus release.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 02 May 2023 11:39:21 +0100
parents eeed494bba51
children 9eadb98ec770
comparison
equal deleted inserted replaced
2955:2c4d7151b9a9 2956:a85e4d126bc7
75 limit_conn addr 1; 75 limit_conn addr 1;
76 } 76 }
77 </example> 77 </example>
78 allow only one connection per an IP address at a time. 78 allow only one connection per an IP address at a time.
79 <note> 79 <note>
80 In HTTP/2 and SPDY, each concurrent request is considered a separate connection. 80 In HTTP/2 and HTTP/3,
81 each concurrent request is considered a separate connection.
81 </note> 82 </note>
82 </para> 83 </para>
83 84
84 <para> 85 <para>
85 There could be several <literal>limit_conn</literal> directives. 86 There could be several <literal>limit_conn</literal> directives.