Rever TCP/UDP documentation removal and links (#3456)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-11-21 23:24:34 -03:00 committed by GitHub
parent 8aac340203
commit 6eac5785ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 71 additions and 4 deletions

View file

@ -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: