This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
nginx-formula
forked from
ExternalMirrors/nginx-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix absent /var/log/nginx
susefix
George Robinson
8 years ago
parent
f24b066c43
commit
874719e49e
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
+5
-0
nginx/ng/config.sls
+ 5
- 0
nginx/ng/config.sls
View File
@@ -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) }}
Write
Preview
Loading…
Cancel
Save