From 89e210369636169e06d3f82d813cc0a43afe047a Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Wed, 23 Nov 2022 15:48:42 +0900 Subject: [PATCH] Change `nginx` build option. --- cookbooks/nginx/build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/nginx/build.rb b/cookbooks/nginx/build.rb index 7afd79e..1ea752a 100644 --- a/cookbooks/nginx/build.rb +++ b/cookbooks/nginx/build.rb @@ -78,7 +78,7 @@ directory MODULEDIR do end # 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 user USER