mirror of
https://github.com/traefik/traefik.git
synced 2025-12-16 15:01:21 +01:00
fix config examples in entrypoints.md
This commit is contained in:
parent
cff924f4fd
commit
f9f825163a
@ -25,6 +25,7 @@ entryPoints:
|
||||
|
||||
websecure:
|
||||
address: :443
|
||||
http:
|
||||
tls: {}
|
||||
middlewares:
|
||||
- auth@kubernetescrd
|
||||
@ -151,6 +152,7 @@ are applied after the ones declared on the Entrypoint)
|
||||
entryPoints:
|
||||
web:
|
||||
address: :80
|
||||
http:
|
||||
middlewares:
|
||||
- auth@kubernetescrd
|
||||
- strip@file
|
||||
@ -160,6 +162,7 @@ entryPoints:
|
||||
ports:
|
||||
web:
|
||||
port: :80
|
||||
http:
|
||||
middlewares:
|
||||
- auth@kubernetescrd
|
||||
- strip@file
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user