mcwhirter.io: tidied up unused options
This commit is contained in:
parent
27609b25e7
commit
2d7a2a84e7
|
@ -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}";
|
||||
#};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue