wiki.r: add acme ssl config
This commit is contained in:
parent
08cdf8a6d5
commit
fba330ab36
@ -38,11 +38,13 @@ in
|
||||
|
||||
systemd.services.gollum.environment.LC_ALL = "en_US.UTF-8";
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
security.acme.certs."wiki.r".server = config.krebs.ssl.acmeURL;
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts.wiki = {
|
||||
serverAliases = [ "wiki.r" "wiki.${config.networking.hostName}.r" ];
|
||||
virtualHosts."wiki.r" = {
|
||||
enableACME = true;
|
||||
addSSL = true;
|
||||
locations."/".extraConfig = ''
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
@ -80,7 +80,6 @@ in {
|
||||
"cgit.hotdog.r"
|
||||
"irc.r"
|
||||
"wiki.r"
|
||||
"wiki.hotdog.r"
|
||||
];
|
||||
tinc.port = 0;
|
||||
tinc.pubkey = ''
|
||||
|
Loading…
Reference in New Issue
Block a user