treewide: Fix links in module documentation

This commit is contained in:
dish
2025-08-25 12:55:11 -04:00
parent 70d776e9fe
commit 970dcca69c
107 changed files with 180 additions and 180 deletions

View File

@@ -240,7 +240,7 @@ with lib;
IP address / port.
If there is one server block configured to enable http2, then it is
enabled for all server blocks on this IP.
See https://stackoverflow.com/a/39466948/263061.
See <https://stackoverflow.com/a/39466948/263061>.
'';
};
@@ -254,7 +254,7 @@ with lib;
and activate the QUIC transport protocol
`services.nginx.virtualHosts.<name>.quic = true;`.
Note that HTTP/3 support is experimental and *not* yet recommended for production.
Read more at https://quic.nginx.org/
Read more at <https://quic.nginx.org/>
HTTP/3 availability must be manually advertised, preferably in each location block.
'';
};
@@ -269,7 +269,7 @@ with lib;
and activate the QUIC transport protocol
`services.nginx.virtualHosts.<name>.quic = true;`.
Note that special application protocol support is experimental and *not* yet recommended for production.
Read more at https://quic.nginx.org/
Read more at <https://quic.nginx.org/>
'';
};
@@ -282,7 +282,7 @@ with lib;
which can be achieved by setting `services.nginx.package = pkgs.nginxQuic;`.
Note that QUIC support is experimental and
*not* yet recommended for production.
Read more at https://quic.nginx.org/
Read more at <https://quic.nginx.org/>
'';
};