Add minio and separate caddy config

This commit is contained in:
Tobias Reisinger 2022-11-21 01:38:31 +01:00
parent 9edc21c59d
commit a14902ddf9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
23 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,19 @@
matrix.msrg.cc {
import default
reverse_proxy /_matrix/* synapse:8008
reverse_proxy /_synapse/* synapse:8008
handle_path /admin/* {
rewrite * {path}
reverse_proxy synapse-admin:80
}
}
msrg.cc:8008,
msrg.cc:8448,
matrix.msrg.cc:8008,
matrix.msrg.cc:8448 {
import default
reverse_proxy synapse:8008
}