From 13ebdfcd1b4ffe4a1e3718a999ec78e2a8070b86 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 23 Aug 2020 06:13:04 -0300 Subject: chat.$TLD: Redirect to conversejs directly --- vps-configuration.env.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index f894136..a7b414b 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -139,7 +139,7 @@ in { locations = { "/" = { proxyPass = - "http://localhost:${envsubstConfiguration.prosodyHTTPPort}/"; + "http://localhost:${envsubstConfiguration.prosodyHTTPPort}/conversejs"; }; }; }; -- cgit v1.2.3