We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09848cd commit 4a5f7bdCopy full SHA for 4a5f7bd
1 file changed
haproxy.cfg
@@ -107,7 +107,7 @@ frontend https
107
http-request add-header X-Forwarded-Proto https
108
http-request set-header X-Forwarded-Host %[req.hdr(Host)]
109
http-request add-header X-Forwarded-Port %[dst_port]
110
- http-request add-header Strict-Transport-Security max-age=15768000
+ http-response add-header Strict-Transport-Security max-age=15768000
111
112
# Gateway tunnelling config
113
.if defined(SISH_HOST) && defined(SISH_PORT)
0 commit comments