소스 검색

Merge pull request #114 from M2Mobi/centos

Add lookup index for CentOS
susefix
Forrest 8 년 전
부모
커밋
01c713a2da
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. +13
    -0
      nginx/ng/map.jinja

+ 13
- 0
nginx/ng/map.jinja 파일 보기

@@ -16,6 +16,19 @@
'vhost_use_symlink': True,
'pid_file': '/run/nginx.pid',
},
'CentOS': {
'package': 'nginx',
'service': 'nginx',
'webuser': 'nginx',
'conf_file': '/etc/nginx/nginx.conf',
'vhost_available': '/etc/nginx/conf.d',
'vhost_enabled': '/etc/nginx/conf.d',
'vhost_use_symlink': False,
'pid_file': '/run/nginx.pid',
'rh_os_releasever': '$releasever',
'gpg_check': False,
'gpg_key': 'http://nginx.org/keys/nginx_signing.key',
},
'RedHat': {
'package': 'nginx',
'service': 'nginx',

Loading…
취소
저장