website/docs: Update syntax in traefik standalone example (#6303)
* Update syntax in traefik standalone example Signed-off-by: Thomas Moschny <thomas.moschny@gmx.de> * One more syntax update Signed-off-by: Thomas Moschny <thomas.moschny@gmx.de> --------- Signed-off-by: Thomas Moschny <thomas.moschny@gmx.de>
This commit is contained in:
parent
da3393abb4
commit
f2293c0f5b
|
@ -21,13 +21,13 @@ http:
|
|||
default-router:
|
||||
rule: "Host(`app.company`)"
|
||||
middlewares:
|
||||
- name: authentik
|
||||
- authentik
|
||||
priority: 10
|
||||
services: app
|
||||
service: app
|
||||
default-router-auth:
|
||||
match: "Host(`app.company`) && PathPrefix(`/outpost.goauthentik.io/`)"
|
||||
rule: "Host(`app.company`) && PathPrefix(`/outpost.goauthentik.io/`)"
|
||||
priority: 15
|
||||
services: authentik
|
||||
service: authentik
|
||||
services:
|
||||
app:
|
||||
loadBalancer:
|
||||
|
|
Reference in New Issue