From 4efa7ccbf6c24d3a1eedd3ee8d8a5468302e3d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Thomas?= Date: Fri, 3 Feb 2017 00:27:36 +0100 Subject: [PATCH] Doc: Add warning about HAProxy 1.7 --- documentation/PROXY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/PROXY.md b/documentation/PROXY.md index fb1ff02d..1a9cfe56 100644 --- a/documentation/PROXY.md +++ b/documentation/PROXY.md @@ -98,7 +98,8 @@ The following configuration works for Apache (without HTTPS): ### HAProxy -The following configuration works for HAProxy (HTTPS with HTTP redirection): +The following configuration works for HAProxy 1.7 (HTTPS with HTTP +redirection): ```haproxy frontend https @@ -115,8 +116,7 @@ frontend https option forwardfor # HTTP: Redirect insecure requests to HTTPS - acl http ssl_fc,not - http-request redirect scheme https if http + http-request redirect scheme https if !{ ssl_fc } # HTTPS: Forward requests to the Libresonic backend acl is_libresonic path_beg -i /libresonic