Merge branch 'nginx-version-bump' of kazu634/itamae into master

This commit is contained in:
Kazuhiro MUSASHI 2019-10-27 15:38:41 +09:00 committed by Gitea
commit 0a9953e839
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
# -------------------------------------------
node.reverse_merge!({
'nginx' => {
'version' => '1.17.2'
'version' => '1.17.5'
}
})

View File

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