added matrix-synapse server
This commit is contained in:
parent
cc35fd1aba
commit
e7c13e8a09
4 changed files with 55 additions and 9 deletions
|
@ -11,12 +11,17 @@
|
|||
extraConfig = ''
|
||||
root * /var/www/file_server
|
||||
file_server
|
||||
|
||||
'';
|
||||
};
|
||||
"https://cal.huwe.mooo.com" = {
|
||||
extraConfig = "reverse_proxy localhost:5232";
|
||||
};
|
||||
"https://huwe.mooo.com" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy /_matrix/* localhost:8008
|
||||
reverse_proxy /_synapse/client/* localhost:8008
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue