mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
nixos/acme: fix incorrect example
This commit is contained in:
parent
c9f6e5f161
commit
037ef70d5c
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ in
|
|||
"example.com" = {
|
||||
webroot = "/var/www/challenges/";
|
||||
email = "foo@example.com";
|
||||
extraDomains = { "www.example.com" = null; "foo.example.com" = "/var/www/foo/"; };
|
||||
extraDomains = { "www.example.com" = null; "foo.example.com" = null; };
|
||||
};
|
||||
"bar.example.com" = {
|
||||
webroot = "/var/www/challenges/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue