mirror of
https://github.com/traefik/traefik.git
synced 2025-09-21 13:51:11 +02:00
Fix broken links in documentation
This commit is contained in:
parent
01bc0a0a0a
commit
cff924f4fd
@ -113,8 +113,6 @@ The `sourceCriterion` option defines what criterion is used to group requests as
|
|||||||
If several strategies are defined at the same time, an error will be raised.
|
If several strategies are defined at the same time, an error will be raised.
|
||||||
If none are set, the default is to use the request's remote address field (as an `ipStrategy`).
|
If none are set, the default is to use the request's remote address field (as an `ipStrategy`).
|
||||||
|
|
||||||
Check out the [OIDC + RateLimit & DistributedRateLimit guide](../../../../secure/middleware/drl-oidc.md) to see this option in action.
|
|
||||||
|
|
||||||
### ipStrategy
|
### ipStrategy
|
||||||
|
|
||||||
The `ipStrategy` option defines two parameters that configures how Traefik determines the client IP: `depth`, and `excludedIPs`.
|
The `ipStrategy` option defines two parameters that configures how Traefik determines the client IP: `depth`, and `excludedIPs`.
|
||||||
|
@ -6,7 +6,7 @@ description: "Learn how to create a certificate with the Let's Encrypt TLS chall
|
|||||||
# Docker-compose with Let's Encrypt: TLS Challenge
|
# Docker-compose with Let's Encrypt: TLS Challenge
|
||||||
|
|
||||||
This guide aims to demonstrate how to create a certificate with the Let's Encrypt TLS challenge to use https on a simple service exposed with Traefik.
|
This guide aims to demonstrate how to create a certificate with the Let's Encrypt TLS challenge to use https on a simple service exposed with Traefik.
|
||||||
Please also read the [basic example](../basic-example) for details on how to expose such a service.
|
Please also read the [basic example](../basic-example/) for details on how to expose such a service.
|
||||||
|
|
||||||
## Prerequisite
|
## Prerequisite
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user