From 5af9b0b4163d5af7c23b7b4be87a001d02a716f7 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Thu, 23 Sep 2021 19:12:45 +0900 Subject: [PATCH] Bump `nginx` version. --- cookbooks/nginx/attributes.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cookbooks/nginx/attributes.rb b/cookbooks/nginx/attributes.rb index a77a1e4..a18c75b 100644 --- a/cookbooks/nginx/attributes.rb +++ b/cookbooks/nginx/attributes.rb @@ -3,6 +3,8 @@ # ------------------------------------------- node.reverse_merge!({ 'nginx' => { - 'version' => '1.19.10' + 'version' => '1.21.3', + 'skip_lego' => 'false', + 'skip_webadm' => 'false' } })