forked from fi/nix-infra
Put matrix federation behind reverse proxy
This commit is contained in:
parent
44215ecfc9
commit
fe86c128ed
4 changed files with 30 additions and 7 deletions
|
|
@ -38,6 +38,11 @@
|
|||
ssl_preread on;
|
||||
proxy_protocol on;
|
||||
}
|
||||
server {
|
||||
listen 0.0.0.0:8448;
|
||||
proxy_pass 10.202.41.112:8448; # matrix federation port
|
||||
proxy_protocol on;
|
||||
}
|
||||
}
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue