ソースを参照

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

読み込み中…
キャンセル
保存