Skip to content

Commit ec0ef4b

Browse files
committed
Update README
1 parent d87f7dd commit ec0ef4b

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
- [`2.8.15`, `2.8`](https://github.com/haproxytech/haproxy-docker-debian/blob/main/2.8/Dockerfile)
99
- [`2.6.22`, `2.6`](https://github.com/haproxytech/haproxy-docker-debian/blob/main/2.6/Dockerfile)
1010
- [`2.4.29`, `2.4`](https://github.com/haproxytech/haproxy-docker-debian/blob/main/2.4/Dockerfile)
11-
- [`2.2.34`, `2.2`](https://github.com/haproxytech/haproxy-docker-debian/blob/main/2.2/Dockerfile)
1211

1312
# Quick reference
1413

@@ -91,14 +90,12 @@ Note that your host's `/path/to/etc/haproxy` folder should be populated with a f
9190

9291
## Reloading config
9392

94-
To be able to reload HAProxy configuration, you can send `SIGHUP` to the container:
93+
To be able to reload HAProxy configuration, you can send `SIGUSR2` to the container:
9594

9695
```console
97-
$ docker kill -s HUP my-running-haproxy
96+
$ docker kill -s USR2 my-running-haproxy
9897
```
9998

100-
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/).
101-
10299
## Enable Data Plane API
103100

104101
[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)