Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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