diff options
| author | EuAndreh <eu@euandre.org> | 2020-08-23 06:13:04 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-08-23 06:13:04 -0300 |
| commit | 13ebdfcd1b4ffe4a1e3718a999ec78e2a8070b86 (patch) | |
| tree | faaf9f0e0cda40f398ff4405f9befceb5c1cb59b | |
| parent | Disable broken matterbridge on whatsapp temporarily (diff) | |
| download | toph-13ebdfcd1b4ffe4a1e3718a999ec78e2a8070b86.tar.gz toph-13ebdfcd1b4ffe4a1e3718a999ec78e2a8070b86.tar.xz | |
chat.$TLD: Redirect to conversejs directly
| -rw-r--r-- | vps-configuration.env.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; }; }; |
