Skip to content

Commit 315412f

Browse files
cosmo0920Pat
andauthored
hot-reloading: Add descriptions for Windows (#1209)
* hot-reloading: Add descriptions for Windows Signed-off-by: Hiroshi Hatake <[email protected]> * Clarify the sentence meaning Co-authored-by: Pat <[email protected]> Signed-off-by: Hiroshi Hatake <[email protected]> * hot-reload: Use quoted empty body Signed-off-by: Hiroshi Hatake <[email protected]> --------- Signed-off-by: Hiroshi Hatake <[email protected]> Signed-off-by: Pat <[email protected]> Co-authored-by: Pat <[email protected]>
1 parent c64ced2 commit 315412f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

administration/hot-reload.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ If users don't enable the hot reloading feature, hot reloading via these endpoin
3434

3535
For using curl to reload Fluent Bit, users must specify an empty request body as:
3636

37-
```shell
38-
curl -X POST -d '{}' localhost:2020/api/v2/reload
37+
```text
38+
$ curl -X POST -d '{}' localhost:2020/api/v2/reload
3939
```
4040

4141
### Via Signal
@@ -46,4 +46,4 @@ Hot reloading also can be kicked via `SIGHUP`.
4646

4747
## Limitations
4848

49-
The hot reloading feature is currently working on Linux and macOS. Windows is not supported yet.
49+
The hot reloading feature is currently working on Linux, macOS and Windows.

0 commit comments

Comments
 (0)