Commit 06489cb9 authored by Geoff Simmons's avatar Geoff Simmons

Add a response header set to the value of the TLS SNI.

parent 19ff201b
......@@ -29,4 +29,5 @@ frontend echo
option httplog
http-after-response set-header X-Host "%H"
http-after-response set-header X-URI "%HU"
http-after-response set-header X-SNI "%[ssl_fc_sni]"
http-request return content-type text/plain lf-string "%r"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment