-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 932 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>nginx-open-dev-ports</title>
<link
href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdj+P///38ACfsD/QVDRcoAAAAASUVORK5CYII="
rel="icon"
type="image/png"
/>
</head>
<body>
<table>
<tbody>
<tr>
<th>hostname</th>
<td>{nginx_hostname}</td>
</tr>
<tr>
<th>request</th>
<td>{nginx_request}</td>
</tr>
<tr>
<th>request_id</th>
<td>{nginx_request_id}</td>
</tr>
<tr>
<th>server_addr</th>
<td>{nginx_server_addr}</td>
</tr>
<tr>
<th>server_port</th>
<td>{nginx_server_port}</td>
</tr>
<tr>
<th>time_local</th>
<td>{nginx_time_local}</td>
</tr>
</tbody>
</table>
</body>
</html>