diff --git a/cookbooks/nginx/attributes.rb b/cookbooks/nginx/attributes.rb index 78cc8e6..63a6d0c 100644 --- a/cookbooks/nginx/attributes.rb +++ b/cookbooks/nginx/attributes.rb @@ -3,6 +3,6 @@ # ------------------------------------------- node.reverse_merge!({ 'nginx' => { - 'version' => '1.17.2' + 'version' => '1.17.5' } }) diff --git a/cookbooks/nginx/build.rb b/cookbooks/nginx/build.rb index 1577bee..8ec162c 100644 --- a/cookbooks/nginx/build.rb +++ b/cookbooks/nginx/build.rb @@ -73,7 +73,7 @@ directory MODULEDIR do end # Build starts here: -execute "#{NGINXBUILD} -d working -v #{version} -c configure.sh -zlib -pcre -openssl" do +execute "#{NGINXBUILD} -d working -v #{version} -c configure.sh -zlib -pcre -openssl -opensslversion=1.1.1d" do cwd WORKDIR user USER