reverse proxy _synapse/
This commit is contained in:
parent
f5b4dd3e09
commit
877887248b
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
caddy.virtualHosts."matrix.adtya.xyz" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy /_matrix/* 127.0.0.1:8008
|
||||
reverse_proxy /_synapse/* 127.0.0.1:8008
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue