瀏覽代碼

Fix absent /var/log/nginx

susefix
George Robinson 8 年之前
父節點
當前提交
874719e49e
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      nginx/ng/config.sls

+ 5
- 0
nginx/ng/config.sls 查看文件

@@ -4,6 +4,11 @@

{% from 'nginx/ng/map.jinja' import nginx, sls_block with context %}

{% if nginx.install_from_source %}
/var/log/nginx:
file.directory
{% endif %}

nginx_config:
file.managed:
{{ sls_block(nginx.server.opts) }}

Loading…
取消
儲存