From 0c64e1748a00e6059b25bc39c1daaf80a9851590 Mon Sep 17 00:00:00 2001 From: alexzorin Date: Thu, 17 Jan 2019 09:35:32 +1100 Subject: [PATCH] Updated TLS ALPN without downtime (markdown) --- TLS-ALPN-without-downtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLS-ALPN-without-downtime.md b/TLS-ALPN-without-downtime.md index e3ed533..f0a8c93 100644 --- a/TLS-ALPN-without-downtime.md +++ b/TLS-ALPN-without-downtime.md @@ -12,7 +12,7 @@ This article outlines some ways it is possible to configure webservers to work t |-----------|--------|---------| | Apache httpd | Not yet possible | - | | nginx | Supported | Requires [ngx_stream_ssl_preread_module](http://nginx.org/en/docs/stream/ngx_stream_ssl_preread_module.html) to be compiled. e.g. on Ubuntu 18.04, included in the `nginx-full` package. | -| haproxy | haproxy>=1.9.1 | - +| haproxy | Supported | Requires haproxy >= 1.9.1 ## Instructions