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