mirror of
https://github.com/traefik/traefik.git
synced 2025-11-29 22:51:37 +01:00
Fix typo in keepAliveMaxTime docs
This commit is contained in:
parent
2090baa938
commit
12fae2ebb8
@ -641,7 +641,7 @@ entryPoints:
|
|||||||
[entryPoints.name]
|
[entryPoints.name]
|
||||||
address = ":8888"
|
address = ":8888"
|
||||||
[entryPoints.name.transport]
|
[entryPoints.name.transport]
|
||||||
keepAliveMaxTime = 42s
|
keepAliveMaxTime = "42s"
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash tab="CLI"
|
```bash tab="CLI"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user