소스 검색

feat(`pillar.example`): add stock `log_format`

tags/v0.56.0
Garrett W 5 년 전
부모
커밋
95ff308e7e
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      pillar.example

+ 3
- 2
pillar.example 파일 보기

@@ -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

Loading…
취소
저장