nixos/nginx: Extend acmeFallbackHost documentation

This extra example would have saved me a lot of uncertainty and doubt.
This commit is contained in:
Bryan Richter 2022-11-14 11:38:12 +02:00
parent 801d535fab
commit fd9eed5bf3
No known key found for this signature in database
GPG Key ID: B202264020068BFB

View File

@ -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.
'';
};