diff options
author | Seebi <Flakebi@users.noreply.github.com> | 2019-03-04 14:19:41 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-03-04 13:19:41 +0000 |
commit | aba5eeabd5c5b6dfb955b160a6a6579fe7a1c741 (patch) | |
tree | 4b8ea5a3db956487f3d0df32db3a8a2355ebad44 /changelog.d | |
parent | Avoid rebuilding Edu objects in worker mode (#4770) (diff) | |
download | synapse-aba5eeabd5c5b6dfb955b160a6a6579fe7a1c741.tar.xz |
Fix v4v6 option in HAProxy example config (#4790)
The v4v6 option only has a usage one ipv6 socket: https://serverfault.com/q/747895 Signed-off-by: Flakebi <flakebi@t-online.de>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4790.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4790.bugfix b/changelog.d/4790.bugfix new file mode 100644 index 0000000000..aa8eb93246 --- /dev/null +++ b/changelog.d/4790.bugfix @@ -0,0 +1 @@ +Fix v4v6 option in HAProxy example config. Contributed by Flakebi. |