updated haproxy state
This commit is contained in:
parent
b5cacc1889
commit
eec733850e
@ -247,7 +247,7 @@ frontend fe_https from {{ haproxy.config.namespace }}
|
|||||||
http-response set-header Date "%[var(txn.httpdate)]"
|
http-response set-header Date "%[var(txn.httpdate)]"
|
||||||
http-response set-header Server "{{ haproxy.config.servername }}"
|
http-response set-header Server "{{ haproxy.config.servername }}"
|
||||||
http-response set-header X-Random "%[var(txn.random)]"
|
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 haproxy.config.quic|default(true) %}
|
||||||
.if feature(QUIC)
|
.if feature(QUIC)
|
||||||
http-response set-header Alt-Svc "h3=\":443\"; ma=3600"
|
http-response set-header Alt-Svc "h3=\":443\"; ma=3600"
|
||||||
|
Loading…
Reference in New Issue
Block a user