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
commit
e511042ac7
1 changed files with 1 additions and 1 deletions
  1. +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',

Loading…
Cancel
Save