瀏覽代碼

Merge pull request #65 from gravyboat/master

Update the map file for ng to use the proper redhat user.
susefix
Nitin Madhok 10 年之前
父節點
當前提交
59cdfb79c2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      nginx/ng/map.jinja

+ 1
- 1
nginx/ng/map.jinja 查看文件

@@ -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…
取消
儲存