feat(pillar.example): add stock log_format

This commit is contained in:
Garrett W 2019-04-26 10:38:17 -05:00 committed by Imran Iqbal
parent 36791727db
commit 95ff308e7e

View File

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