Skip to content

Commit

Permalink
Merge pull request #148 from igor-alexandrov/traefik-entrypoints
Browse files Browse the repository at this point in the history
Fixed type in naming Traefik's EntryPoint as an Endpoint
  • Loading branch information
djmb authored Dec 13, 2024
2 parents 7709445 + 4554ddf commit 439bc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrading/proxy-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ These use cases were unsupported and error-prone, though, and we wanted to provi

### Hard to understand errors

Traefik has its own domain language — Routers, Services, Endpoints. So if it failed, the errors would be in that language and disconnected from what Kamal was doing. This made it tricky to diagnose failures.
Traefik has its own domain language — Routers, Services, EntryPoints. So if it failed, the errors would be in that language and disconnected from what Kamal was doing. This made it tricky to diagnose failures.

### Other options

Expand Down

0 comments on commit 439bc04

Please sign in to comment.