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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue