ソースを参照

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:

読み込み中…
キャンセル
保存