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:
Thomas Moschny 2023-07-26 10:56:31 +02:00 committed by GitHub
parent da3393abb4
commit f2293c0f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

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