Skip to content

Commit

Permalink
feat(pillar.example): add stock log_format
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett W authored and myii committed Apr 26, 2019
1 parent 3679172 commit 95ff308
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ nginx:

### module ngx_http_log_module example
log_format: |-
main '...';
access_log /var/log/nginx/access_log main
main '$remote_addr - $remote_user [$time_local] $status '
'"$request" $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"'
access_log: [] #suppress default access_log option from being added

### module nngx_stream_core_module
Expand Down

0 comments on commit 95ff308

Please sign in to comment.