feat: added other two domains, redirects to main domain
This commit is contained in:
parent
77244a2a6f
commit
3a66e5958a
6 changed files with 37 additions and 118 deletions
|
|
@ -28,6 +28,16 @@ in
|
|||
enableACME = true;
|
||||
globalRedirect = domain;
|
||||
};
|
||||
"loves-beer.com" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
globalRedirect = domain;
|
||||
};
|
||||
"dickdns.org" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
globalRedirect = domain;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue