ssl: got the ssl certs riunning and live
This commit is contained in:
parent
43111f41b3
commit
78fcafc566
3 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
statusPage = true;
|
||||
|
||||
# give Nginx access to our certs
|
||||
#group = "acme";
|
||||
group = "acme";
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
};
|
||||
|
||||
services.nginx.virtualHosts."ulfm.skynet.ie" = {
|
||||
#forceSSL = true;
|
||||
#useACMEHost = "ulcompsoc.ie";
|
||||
forceSSL = true;
|
||||
useACMEHost = "skynet";
|
||||
locations."/".proxyPass = "http://localhost:8000";
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue