add coaching.lakhwara.com static site (no build)

This commit is contained in:
Anish Lakhwara
2023-05-28 20:31:53 +10:00
parent 52c76af334
commit b3cdb97335
2 changed files with 17 additions and 0 deletions
+7
View File
@@ -6,4 +6,11 @@
../profiles/server
../profiles/site
];
services.nginx.enable = true;
services.nginx.virtualHosts."coaching.lakhwara.com" = {
forceSSL = serviceConfig.enableSSL;
enableACME = serviceConfig.enableSSL;
locations."/" = { root = "/var/lib/coaching"; index = "/index.html"; };
};
}