We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pillar.example
log_format
1 parent 3679172 commit 95ff308Copy full SHA for 95ff308
pillar.example
@@ -135,8 +135,9 @@ nginx:
135
136
### module ngx_http_log_module example
137
log_format: |-
138
- main '...';
139
- access_log /var/log/nginx/access_log main
+ main '$remote_addr - $remote_user [$time_local] $status '
+ '"$request" $body_bytes_sent "$http_referer" '
140
+ '"$http_user_agent" "$http_x_forwarded_for"'
141
access_log: [] #suppress default access_log option from being added
142
143
### module nngx_stream_core_module
0 commit comments