소스 검색

Update docs/configuring-playbook-traefik.md: fix the incorrect hostname

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3628/head
Suguru Hirahara 1 년 전
부모
커밋
d997ac6e34
No known key found for this signature in database GPG 키 ID: E4F9743DAB4B7B75
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      docs/configuring-playbook-traefik.md

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

@@ -99,7 +99,7 @@ aux_file_definitions:
http:
routers:
webserver-router:
rule: Host(`my_fancy_website.example.com`)
rule: Host(`my-fancy-website.example.net`)
service: webserver-service
tls:
certResolver: default
@@ -122,7 +122,7 @@ aux_file_definitions:
tcp:
routers:
webserver-router:
rule: Host(`my_fancy_website.example.com`)
rule: Host(`my-fancy-website.example.net`)
service: webserver-service
tls:
passthrough: true


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