소스 검색

Fix YAML indentation to use spaces

pull/3150/head
Slavi Pantaleev 2 년 전
committed by GitHub
부모
커밋
898ce6909f
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일14개의 추가작업 그리고 14개의 파일을 삭제
  1. +14
    -14
      docs/configuring-playbook-traefik.md

+ 14
- 14
docs/configuring-playbook-traefik.md 파일 보기

@@ -144,18 +144,18 @@ With these changes, all TCP traffic will be reverse-proxied to the target system
If you run a reverse-proxy which speaks `proxy_protocol`, add the following to your configuration file:

```yaml
devture_traefik_configuration_extension_yaml: |
entryPoints:
web-secure:
proxyProtocol:
trustedIPs:
- "127.0.0.1/32"
- "<proxy internal IPv4>/32"
- "<proxy IPv6>/128"
matrix-federation:
proxyProtocol:
trustedIPs:
- "127.0.0.1/32"
- "<proxy internal IPv4>/32"
- "<proxy IPv6>/128"
devture_traefik_configuration_extension_yaml: |
entryPoints:
web-secure:
proxyProtocol:
trustedIPs:
- "127.0.0.1/32"
- "<proxy internal IPv4>/32"
- "<proxy IPv6>/128"
matrix-federation:
proxyProtocol:
trustedIPs:
- "127.0.0.1/32"
- "<proxy internal IPv4>/32"
- "<proxy IPv6>/128"
```

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