nixos/nghttpx: fix documentation link formatting

Changed files
+8 -8
nixos
modules
services
networking
+8 -8
nixos/modules/services/networking/nghttpx/backend-params-submodule.nix
···
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 <https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b>
for more detail.
'';
};
···
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 <https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b>
for more detail.
'';
};
···
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 <https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b>
for more detail.
'';
};
···
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 <https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b>
for more detail.
'';
};
···
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 <https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b>
for more detail.
'';
};
···
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 <https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b>
for more detail.
'';
};
···
"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 <https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b>
for more detail.
'';
};
···
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 <https://nghttp2.org/documentation/nghttpx.1.html#cmdoption-nghttpx-b>
for more detail.
'';
};