use acme host
This commit is contained in:
@@ -87,10 +87,14 @@ in
|
||||
};
|
||||
# only generate for static site
|
||||
certs = {
|
||||
"roypository.com" = {
|
||||
"nimh.roypository.com" = {
|
||||
domain = "nimh.roypository.com";
|
||||
group = "nginx";
|
||||
};
|
||||
"imgs.roypository.com" = {
|
||||
domain = "imgs.roypository.com";
|
||||
group = "nginx";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -103,7 +107,7 @@ in
|
||||
|
||||
virtualHosts."nimh.roypository.com" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "roypository.com";
|
||||
useACMEHost = "nimh.roypository.com";
|
||||
|
||||
locations."/" = {
|
||||
root = nimhStaticSite;
|
||||
|
||||
Reference in New Issue
Block a user