From e2e4dd655d6b07199a0a373e696bdcd2ce6267cc Mon Sep 17 00:00:00 2001 From: Jonas L Date: Sun, 26 Feb 2017 21:17:11 +0100 Subject: [PATCH] Remove "mode http" This setting is by default in the configuration files in the "default" section, so we don't need to add it here ! ( If someone uses the tcp mode or else he sure knows how haproxy works ! ) --- documentation/PROXY.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/documentation/PROXY.md b/documentation/PROXY.md index 1a9cfe56..7c822b4d 100644 --- a/documentation/PROXY.md +++ b/documentation/PROXY.md @@ -104,9 +104,6 @@ redirection): ```haproxy frontend https - # Make sure that we are in HTTP mode so that we can rewrite headers - mode http - # Listen on the HTTPS and HTTP ports bind :80 bind :443 ssl crt /etc/haproxy/cert_key.pem