From eec733850eac17fcaea19ba593cbbaccc081978c Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 1 May 2024 10:32:10 +0200 Subject: [PATCH] updated haproxy state --- states/haproxy/templates/haproxy.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/haproxy/templates/haproxy.cfg.j2 b/states/haproxy/templates/haproxy.cfg.j2 index 14087e8..651999b 100644 --- a/states/haproxy/templates/haproxy.cfg.j2 +++ b/states/haproxy/templates/haproxy.cfg.j2 @@ -247,7 +247,7 @@ frontend fe_https from {{ haproxy.config.namespace }} http-response set-header Date "%[var(txn.httpdate)]" http-response set-header Server "{{ haproxy.config.servername }}" http-response set-header X-Random "%[var(txn.random)]" - http-response set-header X-Robots-Tag noindex + http-response set-header X-Robots-Tag "noindex,nofollow" {% if haproxy.config.quic|default(true) %} .if feature(QUIC) http-response set-header Alt-Svc "h3=\":443\"; ma=3600"