Explorar el Código

Add lookup index for CentOS

tags/v0.55.0
Heinz Wiesinger hace 9 años
padre
commit
dba53b833f
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. +13
    -0
      nginx/ng/map.jinja

+ 13
- 0
nginx/ng/map.jinja Ver fichero

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

Cargando…
Cancelar
Guardar