多个提示页面增加请求ID

This commit is contained in:
GoEdgeLab
2021-12-02 14:44:56 +08:00
parent 3967598fc3
commit e0cfbdba6d
2 changed files with 5 additions and 3 deletions

View File

@@ -11,7 +11,9 @@ const DefaultTrafficLimitNoticePageBody = `<!DOCTYPE html>
<title>Traffic Limit Exceeded Warning/title>
<body>
The site traffic has exceeded the limit. Please contact with the site administrator.
<h1>Traffic Limit Exceeded Warning</h1>
<p>The site traffic has exceeded the limit. Please contact with the site administrator.</p>
<address>Request ID: ${requestId}.</address>
</body>
</html>`