Rever TCP/UDP documentation removal and links (#3456)
This commit is contained in:
parent
8aac340203
commit
6eac5785ac
7 changed files with 71 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ log_format upstreaminfo
|
|||
'[$the_real_ip] - $remote_user [$time_local] "$request" '
|
||||
'$status $body_bytes_sent "$http_referer" "$http_user_agent" '
|
||||
'$request_length $request_time [$proxy_upstream_name] $upstream_addr '
|
||||
'$upstream_response_length $upstream_response_time $upstream_status';
|
||||
'$upstream_response_length $upstream_response_time $upstream_status $req_id';
|
||||
```
|
||||
|
||||
| Placeholder | Description |
|
||||
|
|
@ -30,6 +30,7 @@ log_format upstreaminfo
|
|||
| `$upstream_response_length` | the length of the response obtained from the upstream server |
|
||||
| `$upstream_response_time` | time spent on receiving the response from the upstream server as seconds with millisecond resolution |
|
||||
| `$upstream_status` | status code of the response obtained from the upstream server |
|
||||
| `$req_id` | the randomly generated ID of the request |
|
||||
|
||||
Additional available variables:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue