Skip to content

Commit

Permalink
Update service and middleware names in basic-auth-with-traefik.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Jan 2, 2024
1 parent d2b8e89 commit ac9e84a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basic-auth-with-traefik.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ traefik.http.routers.q04o0gk-0-http.middlewares=custom-auth
```

The last two labels are the most important ones.
- `q04o0gk-0-http` is the name of the service. You can change it to whatever you want, but you need to use the same for all labels where you see `q04o0gk-0-http`.
- `custom-auth` is the name of the middleware. You can change it to whatever you want.


Expand Down

0 comments on commit ac9e84a

Please sign in to comment.