Change `nginx` build option.
This commit is contained in:
parent
114e10758a
commit
89e2103696
|
@ -78,7 +78,7 @@ directory MODULEDIR do
|
||||||
end
|
end
|
||||||
|
|
||||||
# Build starts here:
|
# Build starts here:
|
||||||
execute "#{NGINXBUILD} -d working -v #{version} -c configure.sh -zlib -pcre -openssl -opensslversion=1.1.1d" do
|
execute "#{NGINXBUILD} -d working -v #{version} -c configure.sh -zlib -pcre -openssl" do
|
||||||
cwd WORKDIR
|
cwd WORKDIR
|
||||||
user USER
|
user USER
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue