Switch back to the upstream nginx cookbook
chef_nginx is deprecated
This commit is contained in:
@@ -6,6 +6,6 @@ description 'Installs/Configures kosmos-nginx'
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version '0.2.0'
|
||||
|
||||
depends 'chef_nginx'
|
||||
depends 'nginx'
|
||||
depends 'firewall'
|
||||
depends 'openssl'
|
||||
|
||||
@@ -24,7 +24,7 @@ EOF
|
||||
|
||||
node.override['nginx']['repo_source'] = 'nginx' # Install from official repo
|
||||
node.override['nginx']['upstream_repository'] = "http://nginx.org/packages/mainline/#{node['platform']}"
|
||||
include_recipe 'chef_nginx'
|
||||
include_recipe 'nginx'
|
||||
|
||||
# Generate Strong Diffie-Hellman Group (increases security)
|
||||
# https://weakdh.org/sysadmin.html
|
||||
|
||||
Reference in New Issue
Block a user