From 8ee494afb923011f7524125391bd6f780fa00c91 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 31 Jul 2018 13:15:05 +0200 Subject: [PATCH] add Forwarded-For header --- modules/roles/templates/snapshot/haproxy.cfg.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/roles/templates/snapshot/haproxy.cfg.erb b/modules/roles/templates/snapshot/haproxy.cfg.erb index 9d8edfb0f..dbe39d243 100644 --- a/modules/roles/templates/snapshot/haproxy.cfg.erb +++ b/modules/roles/templates/snapshot/haproxy.cfg.erb @@ -27,6 +27,7 @@ defaults mode http option httplog option dontlognull + option forwardfor timeout connect 5000 timeout client 50000 timeout server 50000 -- 2.20.1