this was in their "simple install" docs Xd
This commit is contained in:
parent
ae16adb591
commit
9c2b2ace0e
1 changed files with 3 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue