ssl: got the ssl certs riunning and live

This commit is contained in:
silver 2023-04-24 20:21:36 +01:00
parent 43111f41b3
commit 78fcafc566
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
statusPage = true;
# give Nginx access to our certs
#group = "acme";
group = "acme";
};
networking.firewall.allowedTCPPorts = [80 443];

View file

@ -29,8 +29,8 @@
};
services.nginx.virtualHosts."ulfm.skynet.ie" = {
#forceSSL = true;
#useACMEHost = "ulcompsoc.ie";
forceSSL = true;
useACMEHost = "skynet";
locations."/".proxyPass = "http://localhost:8000";
};

View file

@ -27,7 +27,7 @@ in {
../applications/dns.nix
# web stuff
../applications/nginx.nix
#../applications/acme.nix
../applications/acme.nix
# specific to tis server
../applications/ulfm.nix