matrix: correct synapse proxied paths
This commit is contained in:
parent
966482c47d
commit
cd9d22f484
@ -14,11 +14,17 @@ https://matrix.finallycoffee.eu {
|
||||
proxy /_matrix/federation matrix-synapse:8048 {
|
||||
transparent
|
||||
}
|
||||
proxy /_matrix/key matrix-synapse:8048 {
|
||||
transparent
|
||||
}
|
||||
proxy /_matrix matrix-synapse:8008 {
|
||||
header_downstream Access-Control-Allow-Methods "GET, POST, PUT, DELETE, OPTIONS"
|
||||
header_downstream Access-Control-Allow-Headers "Origin, X-Requested-With, Content-Type, Accept, Authorization"
|
||||
transparent
|
||||
}
|
||||
proxy / https://finallycoffee.eu/.well-known/matrix {
|
||||
except /_matrix
|
||||
}
|
||||
}
|
||||
|
||||
https://dimension.matrix.finallycoffee.eu {
|
||||
@ -44,6 +50,7 @@ https://chat.finallycoffee.eu {
|
||||
https://finallycoffee.eu/.well-known/matrix/ {
|
||||
tls /tls_certs/finallycoffee.eu/fullchain.pem /tls_certs/finallycoffee.eu/privkey.pem
|
||||
root /matrix_static
|
||||
index index index.json
|
||||
mime . application/json
|
||||
header / {
|
||||
Content-Type "application/json"
|
||||
|
Loading…
Reference in New Issue
Block a user