Skip to content

Commit

Permalink
Fix the keepAlive options for the CLI examples
Browse files Browse the repository at this point in the history
  • Loading branch information
immanuelfodor authored Jan 31, 2024
1 parent 4d53927 commit 3ba3ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/routing/entrypoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ The maximum number of requests Traefik can handle before sending a `Connection:
```bash tab="CLI"
## Static configuration
--entryPoints.name.address=:8888
--entryPoints.name.transport.keepAliveRequests=42
--entryPoints.name.transport.keepAliveMaxRequests=42
```

#### `keepAliveMaxTime`
Expand Down Expand Up @@ -646,7 +646,7 @@ The maximum duration Traefik can handle requests before sending a `Connection: C
```bash tab="CLI"
## Static configuration
--entryPoints.name.address=:8888
--entryPoints.name.transport.keepAliveTime=42s
--entryPoints.name.transport.keepAliveMaxTime=42s
```

### ProxyProtocol
Expand Down

0 comments on commit 3ba3ca6

Please sign in to comment.