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
Merge pull request
#57
from rfairburn/master
Use nginx_map.default_group for group in all places
tags/v0.55.0
Nitin Madhok
10 years ago
parent
7f4f973f37
6d3b1b6949
commit
c87186ff87
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
nginx/common.sls
+ 1
- 1
nginx/common.sls
View File
@@ -8,7 +8,7 @@
file:
- directory
- user: {{ nginx_map.default_user }}
- group: {{ nginx_map.default_
user
}}
- group: {{ nginx_map.default_
group
}}
- mode: 0755
- makedirs: True
Write
Preview
Loading…
Cancel
Save