diff options
| -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"; }; }; }; |
