From c7321a93344f391232e0de7548e6637898516c59 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 23 Apr 2024 20:42:58 +0200 Subject: [PATCH] change port --- systems/hetzner/matrix.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/hetzner/matrix.nix b/systems/hetzner/matrix.nix index c8bbde8..17ce014 100644 --- a/systems/hetzner/matrix.nix +++ b/systems/hetzner/matrix.nix @@ -40,8 +40,8 @@ in locations."/".extraConfig = '' return 404; ''; - locations."/_matrix".proxyPass = "http://[::1]:8008"; - locations."/_synapse/client".proxyPass = "http://[::1]:8008"; + locations."/_matrix".proxyPass = "http://[::1]:8018"; + locations."/_synapse/client".proxyPass = "http://[::1]:8018"; }; "element.missing.ninja" = { enableACME = true; @@ -63,7 +63,7 @@ in public_baseurl = baseUrl; listeners = [ { - port = 8008; + port = 8018; bind_addresses = [ "::1" ]; type = "http"; tls = false;