parent
89e49f1066
commit
385a28c7f1
|
@ -12,14 +12,14 @@ These applications are:
|
||||||
HTTP/3 and eBPF features are enabled.
|
HTTP/3 and eBPF features are enabled.
|
||||||
|
|
||||||
In order to run nghttpx with HTTP/3 endpoint, you need to run the
|
In order to run nghttpx with HTTP/3 endpoint, you need to run the
|
||||||
image with the escalated privilege and higher memlock value. Here is
|
image with the escalated privilege. Here is the example command-line
|
||||||
the example command-line to run nghttpx to listen to HTTP/3 on port
|
to run nghttpx to listen to HTTP/3 on port 443, assuming that the
|
||||||
443, assuming that the current directory contains a private key and a
|
current directory contains a private key and a certificate in
|
||||||
certificate in server.key and server.crt respectively :
|
server.key and server.crt respectively:
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
$ docker run --rm -it -v $PWD:/shared --net=host --privileged \
|
$ docker run --rm -it -v /path/to/certs:/shared --net=host --privileged \
|
||||||
nghttp2 nghttpx \
|
nghttp2 nghttpx \
|
||||||
/shared/server.key /shared/server.crt \
|
/shared/server.key /shared/server.crt \
|
||||||
-f'*,443;quic' --rlimit-memlock 524288
|
-f'*,443;quic'
|
||||||
|
|
Loading…
Reference in New Issue