3
0
Fork 0
forked from mirrors/nixpkgs

nixos/nginx: fix typo

This commit is contained in:
Johannes Arnold 2021-06-28 18:08:31 +02:00 committed by GitHub
parent e1f8852faa
commit 3a30f52676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,7 @@ with lib;
description = ''
Whether to enable HTTP 3.
This requires using <literal>pkgs.nginxQuic</literal> package
which can be achived by setting <literal>services.nginx.package = pkgs.nginxQuic;</literal>.
which can be achieved by setting <literal>services.nginx.package = pkgs.nginxQuic;</literal>.
Note that HTTP 3 support is experimental and
*not* yet recommended for production.
Read more at https://quic.nginx.org/