Cleanup custom log format configuration
This commit is contained in:
parent
75124bc9f1
commit
2399be867e
4 changed files with 22 additions and 31 deletions
|
|
@ -79,7 +79,7 @@ http {
|
|||
|
||||
server_tokens {{ if $cfg.ShowServerTokens }}on{{ else }}off{{ end }};
|
||||
|
||||
log_format upstreaminfo {{ buildLogFormatUpstream $cfg }};
|
||||
log_format upstreaminfo '{{ buildLogFormatUpstream $cfg }}';
|
||||
|
||||
{{/* map urls that should not appear in access.log */}}
|
||||
{{/* http://nginx.org/en/docs/http/ngx_http_log_module.html#access_log */}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue