mirror of
https://github.com/traefik/traefik.git
synced 2025-12-10 20:11:26 +01:00
Fix the keepAlive options for the CLI examples
This commit is contained in:
parent
4d539273ad
commit
3ba3ca6eb0
@ -616,7 +616,7 @@ The maximum number of requests Traefik can handle before sending a `Connection:
|
|||||||
```bash tab="CLI"
|
```bash tab="CLI"
|
||||||
## Static configuration
|
## Static configuration
|
||||||
--entryPoints.name.address=:8888
|
--entryPoints.name.address=:8888
|
||||||
--entryPoints.name.transport.keepAliveRequests=42
|
--entryPoints.name.transport.keepAliveMaxRequests=42
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `keepAliveMaxTime`
|
#### `keepAliveMaxTime`
|
||||||
@ -646,7 +646,7 @@ The maximum duration Traefik can handle requests before sending a `Connection: C
|
|||||||
```bash tab="CLI"
|
```bash tab="CLI"
|
||||||
## Static configuration
|
## Static configuration
|
||||||
--entryPoints.name.address=:8888
|
--entryPoints.name.address=:8888
|
||||||
--entryPoints.name.transport.keepAliveTime=42s
|
--entryPoints.name.transport.keepAliveMaxTime=42s
|
||||||
```
|
```
|
||||||
|
|
||||||
### ProxyProtocol
|
### ProxyProtocol
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user