Merge pull request #1680 from aledbf/log-docs
Add doc for log-format-escape-json [ci skip]
This commit is contained in:
commit
9574730bf8
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,12 @@ log-format-upstream: '{ "time": "$time_iso8601", "remote_addr": "$proxy_protocol
|
|||
|
||||
Please check [log-format](log-format.md) for definition of each field.
|
||||
|
||||
#### log-format-escape-json
|
||||
|
||||
Sets if the escape parameter allows JSON (true) or default characters escaping in variables (false)
|
||||
|
||||
Sets the nginx [log format](http://nginx.org/en/docs/http/ngx_http_log_module.html#log_format).
|
||||
|
||||
### Proxy configuration
|
||||
|
||||
#### load-balance
|
||||
|
|
Loading…
Reference in a new issue