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
|
root = "${mcwhirter-io}"; # Wesbite root
|
||||||
};
|
};
|
||||||
"www.${webdomain}" = { # Respect our elders :-)
|
"www.${webdomain}" = { # Respect our elders :-)
|
||||||
#forceSSL = true;
|
|
||||||
#enableACME = true;
|
|
||||||
locations."/".extraConfig = "return 301 $scheme://${webdomain}$request_uri;";
|
locations."/".extraConfig = "return 301 $scheme://${webdomain}$request_uri;";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -42,11 +40,7 @@ in {
|
||||||
certs = {
|
certs = {
|
||||||
"${webdomain}" = {
|
"${webdomain}" = {
|
||||||
email = "admin@${webdomain}";
|
email = "admin@${webdomain}";
|
||||||
group = "matrix-synapse";
|
|
||||||
};
|
};
|
||||||
#"www.${webdomain}" = {
|
|
||||||
# email = "admin@${webdomain}";
|
|
||||||
#};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue