From f5886289df951f818ca1d24e5eeff99ce6232c28 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Thu, 4 Apr 2024 16:11:42 +0200 Subject: [PATCH] updated haproxy state --- states/haproxy/templates/haproxy.cfg.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/states/haproxy/templates/haproxy.cfg.j2 b/states/haproxy/templates/haproxy.cfg.j2 index 5cae666..9349d13 100644 --- a/states/haproxy/templates/haproxy.cfg.j2 +++ b/states/haproxy/templates/haproxy.cfg.j2 @@ -210,7 +210,8 @@ frontend fe_https from {{ haproxy.config.namespace }} acl path_location path /location ## Basic rules - http-request set-var(txn.random) rand,mul(5) + #http-request set-var(txn.random) rand,mul(5) + http-request set-var(txn.random) uuid(4) http-request set-var(txn.httpdate) date,http_date() http-request set-var(txn.srchash) src,crc32,mod(100) http-request set-var(req.src) src