cube: add coaching.lakhwara.com nginx conf
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
services.nginx.enable = true;
|
||||
services.nginx.virtualHosts."coaching.lakhwara.com" = {
|
||||
forceSSL = serviceConfig.enableSSL;
|
||||
enableACME = serviceConfig.enableSSL;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = { root = "/var/lib/coaching"; index = "/index.html"; };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user