ソースを参照

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

susefix
Forrest Alvarez 10年前
コミット
e511042ac7
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',

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