Fixed spelling typo
This commit is contained in:
parent
5a173fa968
commit
558452a143
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ If they do, the router might transform the request using pieces of [middleware](
|
||||||
## Clear Responsibilities
|
## Clear Responsibilities
|
||||||
|
|
||||||
- [_Providers_](../providers/overview.md) discover the services that live on your infrastructure (their IP, health, ...)
|
- [_Providers_](../providers/overview.md) discover the services that live on your infrastructure (their IP, health, ...)
|
||||||
- [_Entrypoints_](./entrypoints.md) listen for incomming traffic (ports, ...)
|
- [_Entrypoints_](./entrypoints.md) listen for incoming traffic (ports, ...)
|
||||||
- [_Routers_](./routers/index.md) analyse the requests (host, path, headers, SSL, ...)
|
- [_Routers_](./routers/index.md) analyse the requests (host, path, headers, SSL, ...)
|
||||||
- [_Services_](./services/index.md) forward the request to your services (load balancing, ...)
|
- [_Services_](./services/index.md) forward the request to your services (load balancing, ...)
|
||||||
- [_Middlewares_](../middlewares/overview.md) may update the request or make decisions based on the request (authentication, rate limiting, headers, ...)
|
- [_Middlewares_](../middlewares/overview.md) may update the request or make decisions based on the request (authentication, rate limiting, headers, ...)
|
||||||
|
|
Loading…
Add table
Reference in a new issue