> On 13 Jun 2023, at 15:46, Maxim Dounin wrote:
[...]
>> +
>> +Enables
>> +the https://datatracker.ietf.org/doc/html/rfc9113";>HTTP/2
>> +protocol.
>> +
>
> This probably needs some more details.
>
> In particular:
>
> - For SNI-based virtual servers, this only fully works with
> OpenSSL
Hello!
On Tue, Jun 13, 2023 at 02:56:50PM +0100, Yaroslav Zhuravlev wrote:
> @@ -55,7 +55,9 @@
>
>
> server {
> -listen 443 ssl http2;
> +listen 443 ssl;
> +
> +http2 on;
>
> ssl_certificate server.crt;
> ssl_certificate_key server.key;
> @@ -82,6 +84,22 @@
>
>
>
> On 13 Jun 2023, at 17:56, Yaroslav Zhuravlev wrote:
>
> xml/en/docs/http/ngx_http_core_module.xml | 13 +
> xml/en/docs/http/ngx_http_grpc_module.xml | 6 --
> xml/en/docs/http/ngx_http_v2_module.xml | 22 --
> xml/ru/docs/http/ngx_http_core_module.xml |