From fd9eed5bf351ba90c754f2479a56455d101cb597 Mon Sep 17 00:00:00 2001 From: Bryan Richter Date: Mon, 14 Nov 2022 11:38:12 +0200 Subject: nixos/nginx: Extend acmeFallbackHost documentation This extra example would have saved me a lot of uncertainty and doubt. --- nixos/modules/services/web-servers/nginx/vhost-options.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos') diff --git a/nixos/modules/services/web-servers/nginx/vhost-options.nix b/nixos/modules/services/web-servers/nginx/vhost-options.nix index ccf8804943ac2..b708f5b3be5c1 100644 --- a/nixos/modules/services/web-servers/nginx/vhost-options.nix +++ b/nixos/modules/services/web-servers/nginx/vhost-options.nix @@ -99,6 +99,10 @@ with lib; description = lib.mdDoc '' Host which to proxy requests to if acme challenge is not found. Useful if you want multiple hosts to be able to verify the same domain name. + + For example, you could request certificates for the present domain with + an acme client that is running on another host, which you would specify + here. ''; }; -- cgit 1.4.1