We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be2e53 commit 65c83f4Copy full SHA for 65c83f4
administration/hot-reload.md
@@ -7,7 +7,7 @@ description: Enable hot reload through SIGHUP signal or an HTTP endpoint
7
Fluent Bit supports the reloading feature when enabled in the configuration file
8
or on the command line with `-Y` or `--enable-hot-reload` option.
9
10
-Hot reloading is supported on Linux, macOS, and Windows.
+Hot reloading is supported on Linux, macOS, and Windows operating systems.
11
12
## Update the configuration
13
@@ -45,7 +45,7 @@ curl -X POST -d '{}' localhost:2020/api/v2/reload
45
46
Hot reloading can be used with `SIGHUP`.
47
48
-`SIGHUP` signal isn't supported on Windows. So, users can't enable this feature on Windows.
+`SIGHUP` signal isn't supported on Windows.
49
50
## Confirm a reload
51
0 commit comments