1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-19 18:50:12 +03:00

Wrong endpoint on the TLS secret example

This commit is contained in:
yacinelazaar 2019-11-12 17:02:05 +01:00 committed by Traefiker Bot
parent e30ab07439
commit 587d3f9012

View File

@ -189,7 +189,7 @@ metadata:
spec:
entryPoints:
- web
- websecure
routes:
- match: Host(`foo.com`) && PathPrefix(`/bar`)
kind: Rule