mcwhirter.io: tidied up unused options

This commit is contained in:
Craige McWhirter 2021-05-06 09:23:25 +10:00
parent 27609b25e7
commit 2d7a2a84e7
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -30,8 +30,6 @@ in {
root = "${mcwhirter-io}"; # Wesbite root
};
"www.${webdomain}" = { # Respect our elders :-)
#forceSSL = true;
#enableACME = true;
locations."/".extraConfig = "return 301 $scheme://${webdomain}$request_uri;";
};
};
@ -42,11 +40,7 @@ in {
certs = {
"${webdomain}" = {
email = "admin@${webdomain}";
group = "matrix-synapse";
};
#"www.${webdomain}" = {
# email = "admin@${webdomain}";
#};
};
};