nixos/acme: fix incorrect example
This commit is contained in:
parent
c9f6e5f161
commit
037ef70d5c
@ -250,7 +250,7 @@ in
|
|||||||
"example.com" = {
|
"example.com" = {
|
||||||
webroot = "/var/www/challenges/";
|
webroot = "/var/www/challenges/";
|
||||||
email = "foo@example.com";
|
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" = {
|
"bar.example.com" = {
|
||||||
webroot = "/var/www/challenges/";
|
webroot = "/var/www/challenges/";
|
||||||
|
Loading…
Reference in New Issue
Block a user