Doc: Add remote_addr
into default values in configmap for TCP logging format
This commit is contained in:
parent
6aa48def3a
commit
ee24bf1bbc
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ The following table shows a configuration option's name, type, and the default v
|
||||||
|[large-client-header-buffers](#large-client-header-buffers)|string|"4 8k"|
|
|[large-client-header-buffers](#large-client-header-buffers)|string|"4 8k"|
|
||||||
|[log-format-escape-json](#log-format-escape-json)|bool|"false"|
|
|[log-format-escape-json](#log-format-escape-json)|bool|"false"|
|
||||||
|[log-format-upstream](#log-format-upstream)|string|`$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" $request_length $request_time [$proxy_upstream_name] [$proxy_alternative_upstream_name] $upstream_addr $upstream_response_length $upstream_response_time $upstream_status $req_id`|
|
|[log-format-upstream](#log-format-upstream)|string|`$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" $request_length $request_time [$proxy_upstream_name] [$proxy_alternative_upstream_name] $upstream_addr $upstream_response_length $upstream_response_time $upstream_status $req_id`|
|
||||||
|[log-format-stream](#log-format-stream)|string|`[$time_local] $protocol $status $bytes_sent $bytes_received $session_time`|
|
|[log-format-stream](#log-format-stream)|string|`[$remote_addr] [$time_local] $protocol $status $bytes_sent $bytes_received $session_time`|
|
||||||
|[enable-multi-accept](#enable-multi-accept)|bool|"true"|
|
|[enable-multi-accept](#enable-multi-accept)|bool|"true"|
|
||||||
|[max-worker-connections](#max-worker-connections)|int|16384|
|
|[max-worker-connections](#max-worker-connections)|int|16384|
|
||||||
|[max-worker-open-files](#max-worker-open-files)|int|0|
|
|[max-worker-open-files](#max-worker-open-files)|int|0|
|
||||||
|
|
Loading…
Reference in a new issue