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
Update the map file for ng to use nginx as the redhat user instead of httpd.
susefix
Forrest Alvarez
10 years ago
parent
f057d70190
commit
e511042ac7
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
nginx/ng/map.jinja
+ 1
- 1
nginx/ng/map.jinja
View File
@@ -18,7 +18,7 @@
'RedHat': {
'package': 'nginx',
'service': 'nginx',
'webuser': '
httpd
',
'webuser': '
nginx
',
'conf_file': '/etc/nginx/nginx.conf',
'vhost_available': '/etc/nginx/conf.d',
'vhost_enabled': '/etc/nginx/conf.d',
Write
Preview
Loading…
Cancel
Save