updated haproxy state
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Paul 2024-03-05 19:58:25 +01:00
parent 5ab68f877c
commit 6068a09222

View File

@ -248,6 +248,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
.if feature(QUIC)
http-response set-header Alt-Svc "h3=\":443\"; ma=3600"
.endif