From 021b0dd10e1f6b60dc9fdbefd3b87d29aa0fc579 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 23 Aug 2020 13:57:52 -0300 Subject: 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. --- vps-configuration.env.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'vps-configuration.env.nix') 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; -- cgit v1.2.3