mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
fixed synapse who was not binding to ipv4
This commit is contained in:
parent
1b7fecf202
commit
bbe94ad466
4 changed files with 22 additions and 12 deletions
|
@ -9,16 +9,10 @@
|
|||
virtualHosts.":3001".extraConfig = ''
|
||||
reverse_proxy :3000
|
||||
'';
|
||||
|
||||
virtualHosts.":4001".extraConfig = ''
|
||||
reverse_proxy :4000
|
||||
'';
|
||||
virtualHosts.":8009".extraConfig = ''
|
||||
reverse_proxy :8008
|
||||
'';
|
||||
|
||||
virtualHosts.":8449".extraConfig = ''
|
||||
reverse_proxy :8448
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue