mob next [ci-skip] [ci skip] [skip ci]
lastFile:inventories/default.nix
This commit is contained in:
@@ -107,4 +107,15 @@ in
|
||||
domain = "think-backend.wegetthingsmade.com";
|
||||
settings = commonSettings;
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts.${config.services.think-greaterchiangmai.domain} = {
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
};
|
||||
services.nginx.virtualHosts.${config.services.think-backend-greaterchiangmai.domain} = {
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user