matrix: Remove unused traefik host rule for synapse federation
This patch removes the routing to the server domain with the federation path, since all federation is handled via the synapse domain anyways.
This commit is contained in:
parent
93ae866f63
commit
eb6bcff14d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ services:
|
|||
depends_on:
|
||||
- database
|
||||
labels:
|
||||
- "traefik.http.routers.matrix.rule=Host(`{{ matrix_synapse_servername }}`) && PathPrefix(`/_matrix/federation`) || Host(`{{ matrix_synapse_domain }}`) && PathPrefix(`/`)"
|
||||
- "traefik.http.routers.matrix.rule=Host(`{{ matrix_synapse_domain }}`) && PathPrefix(`/`)"
|
||||
- "traefik.http.routers.matrix.entrypoints=websecure"
|
||||
- "traefik.http.routers.matrix.tls.certresolver={{ matrix_traefik_certresolver }}"
|
||||
- "traefik.http.routers.matrix.middlewares=matrix,compress"
|
||||
|
|
Loading…
Add table
Reference in a new issue