this was in their "simple install" docs Xd

This commit is contained in:
jacekpoz 2023-07-15 00:32:29 +02:00
parent ae16adb591
commit 9c2b2ace0e

View file

@ -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 ];