Fix typo in keepAliveMaxTime docs
This commit is contained in:
parent
2090baa938
commit
12fae2ebb8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue