Skip to content

Commit

Permalink
hot-reloading: Add descriptions for Windows (#1209)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
cosmo0920 and patrick-stephens authored Oct 12, 2023
1 parent c64ced2 commit 315412f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions administration/hot-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ If users don't enable the hot reloading feature, hot reloading via these endpoin

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

```shell
curl -X POST -d '{}' localhost:2020/api/v2/reload
```text
$ curl -X POST -d '{}' localhost:2020/api/v2/reload
```

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

## Limitations

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

0 comments on commit 315412f

Please sign in to comment.