Skip to content

Commit 4cd3011

Browse files
committed
Update README
1 parent e682dea commit 4cd3011

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,12 @@ Note that your host's `/path/to/etc/haproxy` folder should be populated with a f
8989

9090
## Reloading config
9191

92-
To be able to reload HAProxy configuration, you can send `SIGHUP` to the container:
92+
To be able to reload HAProxy configuration, you can send `SIGUSR2` to the container:
9393

9494
```console
95-
$ docker kill -s HUP my-running-haproxy
95+
$ docker kill -s USR2 my-running-haproxy
9696
```
9797

98-
To achieve seamless reloads it is required to use `expose-fd listeners` and socket transfers which are not enabled by default. More on this topic is in the blog post [Truly Seamless Reloads with HAProxy](https://www.haproxy.com/blog/truly-seamless-reloads-with-haproxy-no-more-hacks/).
99-
10098
## Enable Data Plane API
10199

102100
[Data Plane API](https://www.haproxy.com/documentation/hapee/2-7r1/api/data-plane-api/) sidecar is being distributed by default in all 2.0+ images and to enable it there are a few steps required:

README_short.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,12 @@ Note that your host's `/path/to/etc/haproxy` folder should be populated with a f
7979

8080
## Reloading config
8181

82-
To be able to reload HAProxy configuration, you can send `SIGHUP` to the container:
82+
To be able to reload HAProxy configuration, you can send `SIGUSR2` to the container:
8383

8484
```console
85-
$ docker kill -s HUP my-running-haproxy
85+
$ docker kill -s USR2 my-running-haproxy
8686
```
8787

88-
To achieve seamless reloads it is required to use `expose-fd listeners` and socket transfers which are not enabled by default. More on this topic is in the blog post [Truly Seamless Reloads with HAProxy](https://www.haproxy.com/blog/truly-seamless-reloads-with-haproxy-no-more-hacks/).
89-
9088
## Enable Data Plane API
9189

9290
[Data Plane API](https://www.haproxy.com/documentation/hapee/2-7r1/api/data-plane-api/) sidecar is being distributed by default in all 2.0+ images and to enable it there are a few steps required:

0 commit comments

Comments
 (0)