From 961e7dd1dbbd2d4e969f9c5e348fa1085e59b1a7 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:20:47 -0500 Subject: [PATCH] nixos/nghttpx: fix documentation link formatting --- .../nghttpx/backend-params-submodule.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nixos/modules/services/networking/nghttpx/backend-params-submodule.nix b/nixos/modules/services/networking/nghttpx/backend-params-submodule.nix index bbf8691bb678..16db3fb26bd8 100644 --- a/nixos/modules/services/networking/nghttpx/backend-params-submodule.nix +++ b/nixos/modules/services/networking/nghttpx/backend-params-submodule.nix @@ -11,7 +11,7 @@ This option configures the protocol the backend server expects to use. - Please see https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b + Please see for more detail. ''; }; @@ -24,7 +24,7 @@ connection with a backend server using TLS or not. The burden is on the backend server to provide the TLS certificate! - Please see https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b + Please see for more detail. ''; }; @@ -36,7 +36,7 @@ Override the TLS SNI field value. This value (in nghttpx) defaults to the host value of the backend configuration. - Please see https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b + Please see for more detail. ''; }; @@ -50,7 +50,7 @@ balancing. If N is 0 the backend is never excluded from load balancing. - Please see https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b + Please see for more detail. ''; }; @@ -65,7 +65,7 @@ re-included in load balancing. If N is 0 a backend is never reconsidered for load balancing once it falls. - Please see https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b + Please see for more detail. ''; }; @@ -90,7 +90,7 @@ one of the backend gets unreachable, or backend settings are reloaded or replaced by API. - Please see https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b + Please see for more detail. ''; }; @@ -107,7 +107,7 @@ "dns" is true, name resolution of a backend's host name at start up, or configuration reload is skipped. - Please see https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b + Please see for more detail. ''; }; @@ -130,7 +130,7 @@ pattern. It is advised to set "redirect-if-no-tls" parameter to all backends explicitly if this feature is desired. - Please see https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b + Please see for more detail. ''; };