summary refs log tree commit diff
path: root/host/Spacebar-nginx/hosts/fosscord.com/matrix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Spacebar-nginx/hosts/fosscord.com/matrix.nix')
-rwxr-xr-xhost/Spacebar-nginx/hosts/fosscord.com/matrix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Spacebar-nginx/hosts/fosscord.com/matrix.nix b/host/Spacebar-nginx/hosts/fosscord.com/matrix.nix
index d2b7606..ac21846 100755
--- a/host/Spacebar-nginx/hosts/fosscord.com/matrix.nix
+++ b/host/Spacebar-nginx/hosts/fosscord.com/matrix.nix
@@ -3,7 +3,7 @@
   addSSL = true;
   locations = {
     "/" = {
-      proxyPass = "http://192.168.1.200:8008";
+      proxyPass = "http://192.168.1.200:8009";
       proxyWebsockets = true;
       extraConfig =
         "proxy_ssl_server_name on;" +