소스 검색

Set /var/log/nginx writable by NGINX worker processes

tags/v0.55.0
George Robinson 8 년 전
부모
커밋
7f5d36603d
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      nginx/ng/config.sls

+ 3
- 1
nginx/ng/config.sls 파일 보기

@@ -5,9 +5,11 @@
{% from 'nginx/ng/map.jinja' import nginx, sls_block with context %}

{% if nginx.install_from_source %}
nginx_log_directory:
nginx_log_dir:
file.directory:
- name: /var/log/nginx
- user: {{ nginx.server.config.user }}
- group: {{ nginx.server.config.user }}
{% endif %}

nginx_config:

Loading…
취소
저장