Expose firewall port and chat redirect

This commit is contained in:
2022-04-26 02:40:32 +01:00
parent 9f852c7202
commit 161f26b3f3
2 changed files with 13 additions and 2 deletions

View File

@@ -25,8 +25,11 @@
extraConfig = ''
header /.well-known/* "Access-Control-Allow-Origin" "*"
respond /.well-known/matrix/client "{\"m.homeserver\": {\"base_url\": \"https://broccoli.town\"}}"
reverse_proxy /_matrix/* http://localhost:8008
reverse_proxy /_synapse/client/* http://localhost:8008
redir / https://chat.broccoli.town
'';
};