diff options
author | EuAndreh <eu@euandre.org> | 2020-08-23 13:57:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-23 13:59:43 -0300 |
commit | 021b0dd10e1f6b60dc9fdbefd3b87d29aa0fc579 (patch) | |
tree | 907589f49375fa02039fc73fe0ab5a4c26732c7d /vps-configuration.env.nix | |
parent | Update prosody user (diff) | |
download | server-021b0dd10e1f6b60dc9fdbefd3b87d29aa0fc579.tar.gz server-021b0dd10e1f6b60dc9fdbefd3b87d29aa0fc579.tar.xz |
Chage DNS record of prosody
Terraform file changes were du to me initially trying to do this via creating a
SRV DNS record. However this is not required, because Prosody is already on the
$TLD sever, the only difference being that it is listening on a different port.
Diffstat (limited to 'vps-configuration.env.nix')
-rw-r--r-- | vps-configuration.env.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index 51f8563..1ef5eb2 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -146,7 +146,6 @@ in { "${envsubstConfiguration.prosodyTLD}" = { forceSSL = true; enableACME = true; - serverAliases = [ envsubstConfiguration.prosodyMUCTLD ]; extraConfig = '' location = /favicon.ico { alias ${envsubstConfiguration.dataRoot}/favicons/conversejs.ico; |