You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -89,14 +89,12 @@ Note that your host's `/path/to/etc/haproxy` folder should be populated with a f
89
89
90
90
## Reloading config
91
91
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:
93
93
94
94
```console
95
-
$ docker kill -s HUP my-running-haproxy
95
+
$ docker kill -s USR2 my-running-haproxy
96
96
```
97
97
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
-
100
98
## Enable Data Plane API
101
99
102
100
[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:
Copy file name to clipboardExpand all lines: README_short.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -79,14 +79,12 @@ Note that your host's `/path/to/etc/haproxy` folder should be populated with a f
79
79
80
80
## Reloading config
81
81
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:
83
83
84
84
```console
85
-
$ docker kill -s HUP my-running-haproxy
85
+
$ docker kill -s USR2 my-running-haproxy
86
86
```
87
87
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
-
90
88
## Enable Data Plane API
91
89
92
90
[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