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