aboutsummaryrefslogtreecommitdiff
path: root/vps-configuration.env.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-23 13:57:52 -0300
committerEuAndreh <eu@euandre.org>2020-08-23 13:59:43 -0300
commit021b0dd10e1f6b60dc9fdbefd3b87d29aa0fc579 (patch)
tree907589f49375fa02039fc73fe0ab5a4c26732c7d /vps-configuration.env.nix
parentUpdate prosody user (diff)
downloadserver-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.nix1
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;