/cdn-cgi/trace test

This commit is contained in:
Thomas Lynch
2021-12-30 00:13:14 +11:00
parent e9111471b7
commit 7de768d731
3 changed files with 25 additions and 1 deletions

21
haproxy/trace.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>trace</title>
</head>
<body>
<pre>
ts=%Ts
h=%[hdr(host)]
ip=%ci
uag=%[hdr(user-agent)]
http=%HV
tls=%[ssl_fc]
tlsv=%sslv
sni=%[ssl_fc_sni]
vey_id=%[env(RAY_ID)]
bucket=%[env(BUCKET_DURATION)]
</pre>
</body>
</html>