Skip to content

Commit 8e33de9

Browse files
committed
Fix docs
1 parent 9c9fbd6 commit 8e33de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/load-balancer/healthchecks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ If your load balancer supports sending HTTP health checks to a configurable port
132132

133133
```toml
134134
[general]
135-
healthcheck_endpoint = 8080
135+
healthcheck_port = 8080
136136
```
137137

138138
This is configurable on startup only and will spin up an HTTP server on `http://0.0.0.0:8080` (or whatever port you set).

0 commit comments

Comments
 (0)