Re: [PATCH] Documented the http2 directive

2023-06-13 Thread Yaroslav Zhuravlev
> 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

Re: [PATCH] Documented the http2 directive

2023-06-13 Thread Maxim Dounin
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 @@ > > >

Re: [PATCH] Documented the http2 directive

2023-06-13 Thread Sergey Kandaurov
> 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 |