From 9c2b2ace0ef757a4ff385c548c6549ff880d23f6 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 15 Jul 2023 00:32:29 +0200 Subject: [PATCH] this was in their "simple install" docs Xd --- hosts/chmura/conduit.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/chmura/conduit.nix b/hosts/chmura/conduit.nix index daaf248..7e524a9 100644 --- a/hosts/chmura/conduit.nix +++ b/hosts/chmura/conduit.nix @@ -21,6 +21,9 @@ virtualHosts."matrix.jacekpoz.pl".extraConfig = '' reverse_proxy /_matrix/* localhost:6167 ''; + virtualHosts."matrix.jaeckpoz.pl:8448".extraConfig = '' + reverse_proxy /_matrix/* localhost:6167 + ''; }; networking.firewall.allowedTCPPorts = [ 80 443 8448 ];