|
|
@@ -14,6 +14,7 @@ |
|
|
|
'vhost_available': '/etc/nginx/sites-available', |
|
|
|
'vhost_enabled': '/etc/nginx/sites-enabled', |
|
|
|
'vhost_use_symlink': True, |
|
|
|
'vhost_overwrite': True, |
|
|
|
'pid_file': '/run/nginx.pid', |
|
|
|
}, |
|
|
|
'CentOS': { |
|
|
@@ -24,6 +25,7 @@ |
|
|
|
'vhost_available': '/etc/nginx/conf.d', |
|
|
|
'vhost_enabled': '/etc/nginx/conf.d', |
|
|
|
'vhost_use_symlink': False, |
|
|
|
'vhost_overwrite': True, |
|
|
|
'pid_file': '/run/nginx.pid', |
|
|
|
'rh_os_releasever': '$releasever', |
|
|
|
'gpg_check': False, |
|
|
@@ -37,6 +39,7 @@ |
|
|
|
'vhost_available': '/etc/nginx/conf.d', |
|
|
|
'vhost_enabled': '/etc/nginx/conf.d', |
|
|
|
'vhost_use_symlink': False, |
|
|
|
'vhost_overwrite': True, |
|
|
|
'pid_file': '/run/nginx.pid', |
|
|
|
'rh_os_releasever': '$releasever', |
|
|
|
'gpg_check': False, |
|
|
@@ -50,6 +53,7 @@ |
|
|
|
'vhost_available': '/etc/nginx/conf.d', |
|
|
|
'vhost_enabled': '/etc/nginx/conf.d', |
|
|
|
'vhost_use_symlink': False, |
|
|
|
'vhost_overwrite': True, |
|
|
|
'pid_file': '/run/nginx.pid', |
|
|
|
'gpg_check': True, |
|
|
|
'gpg_key': 'http://download.opensuse.org/repositories/server:/http/openSUSE_13.2/repodata/repomd.xml.key' |
|
|
@@ -62,6 +66,7 @@ |
|
|
|
'vhost_available': '/etc/nginx/sites-available', |
|
|
|
'vhost_enabled': '/etc/nginx/sites-enabled', |
|
|
|
'vhost_use_symlink': True, |
|
|
|
'vhost_overwrite': True, |
|
|
|
}, |
|
|
|
'Gentoo': { |
|
|
|
'package': 'www-servers/nginx', |
|
|
@@ -71,6 +76,7 @@ |
|
|
|
'vhost_available': '/etc/nginx/sites-available', |
|
|
|
'vhost_enabled': '/etc/nginx/sites-enabled', |
|
|
|
'vhost_use_symlink': True, |
|
|
|
'vhost_overwrite': True, |
|
|
|
}, |
|
|
|
}, default='Debian' ), |
|
|
|
'install_from_source': False, |