소스 검색

Merge pull request #3173 from sidewinder94/patch-1

Update SRV delegation docs
pull/3175/head
Slavi Pantaleev 2 년 전
committed by GitHub
부모
커밋
522e89708d
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      docs/howto-srv-server-delegation.md

+ 1
- 1
docs/howto-srv-server-delegation.md 파일 보기

@@ -27,7 +27,7 @@ Also, all instructions below are from an older version of the playbook and may n


```yaml ```yaml
# To serve the federation from any domain, as long as the path matches # To serve the federation from any domain, as long as the path matches
matrix_synapse_container_labels_public_federation_api_traefik_rule: PathPrefix(`/_matrix/federation`)
matrix_synapse_container_labels_public_federation_api_traefik_rule: PathPrefix(`/_matrix/`)
``` ```


This is because with SRV federation, some servers / tools (one of which being the federation tester) try to access the federation API using the resolved IP address instead of the domain name (or they are not using SNI). This change will make Traefik route all traffic for which the path match this rule go to the federation endpoint. This is because with SRV federation, some servers / tools (one of which being the federation tester) try to access the federation API using the resolved IP address instead of the domain name (or they are not using SNI). This change will make Traefik route all traffic for which the path match this rule go to the federation endpoint.


불러오는 중...
취소
저장