add coaching.lakhwara.com static site (no build)
This commit is contained in:
@@ -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"; };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user