This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
nginx-formula
mirror of
https://github.com/saltstack-formulas/nginx-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
34
Wiki
Activity
Browse Source
No longer implicitly delete files ending in ".default", if you want to delete those, name them in the pillar.
tags/v0.55.0
Ross Perkins
10 years ago
parent
f057d70190
commit
5531662527
1 changed files
with
0 additions
and
5 deletions
Split View
Show Diff Stats
+0
-5
nginx/source.sls
+ 0
- 5
nginx/source.sls
View File
@@ -240,11 +240,6 @@ nginx:
- absent
watch:
- cmd: nginx
{{ conf_dir }}/{{ file }}.default:
file:
- absent
watch:
- cmd: nginx
{% endfor %}
{% for file in nginx.get('delete_htdocs', []) %}
Write
Preview
Loading…
Cancel
Save