mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20:18 +02:00
reverse proxy 4 matrix server
This commit is contained in:
parent
e2b506e638
commit
6ef0aeba17
3 changed files with 11 additions and 1 deletions
|
@ -14,4 +14,12 @@
|
|||
'';
|
||||
};
|
||||
|
||||
virtualHosts.":8009".extraConfig = ''
|
||||
reverse_proxy :8008
|
||||
'';
|
||||
|
||||
virtualHosts.":8449".extraConfig = ''
|
||||
reverse_proxy :8448
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue