Update the map file for ng to use nginx as the redhat user instead of httpd.

This commit is contained in:
Forrest Alvarez 2014-11-07 15:29:50 -08:00
parent f057d70190
commit e511042ac7

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',