From: Peter Palfrader Date: Tue, 31 Jul 2018 11:15:05 +0000 (+0200) Subject: add Forwarded-For header X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8ee494afb923011f7524125391bd6f780fa00c91;p=mirror%2Fdsa-puppet.git add Forwarded-For header --- 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