parent
478f26a9b8
commit
2bbbe03444
4 changed files with 29 additions and 16 deletions
|
|
@ -89,8 +89,8 @@ in {
|
|||
'';
|
||||
|
||||
"${fqn}" = ''
|
||||
reverse_proxy /_matrix/* http://::1:${toString port}
|
||||
reverse_proxy /_synapse/client/* http://::1:${toString port}
|
||||
reverse_proxy /_matrix/* http://[::1]:${toString port}
|
||||
reverse_proxy /_synapse/client/* http://[::1]:${toString port}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue