Ver a proveniência

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

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3628/head
Suguru Hirahara há 1 ano
ascendente
cometimento
d997ac6e34
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: E4F9743DAB4B7B75
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      docs/configuring-playbook-traefik.md

+ 2
- 2
docs/configuring-playbook-traefik.md Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar