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;
|
statusPage = true;
|
||||||
|
|
||||||
# give Nginx access to our certs
|
# give Nginx access to our certs
|
||||||
#group = "acme";
|
group = "acme";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [80 443];
|
networking.firewall.allowedTCPPorts = [80 443];
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."ulfm.skynet.ie" = {
|
services.nginx.virtualHosts."ulfm.skynet.ie" = {
|
||||||
#forceSSL = true;
|
forceSSL = true;
|
||||||
#useACMEHost = "ulcompsoc.ie";
|
useACMEHost = "skynet";
|
||||||
locations."/".proxyPass = "http://localhost:8000";
|
locations."/".proxyPass = "http://localhost:8000";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ in {
|
||||||
../applications/dns.nix
|
../applications/dns.nix
|
||||||
# web stuff
|
# web stuff
|
||||||
../applications/nginx.nix
|
../applications/nginx.nix
|
||||||
#../applications/acme.nix
|
../applications/acme.nix
|
||||||
|
|
||||||
# specific to tis server
|
# specific to tis server
|
||||||
../applications/ulfm.nix
|
../applications/ulfm.nix
|
||||||
|
|
Loading…
Reference in a new issue