Upgrade the `nginx` version to be installed to `1.17.2`.

Upgrade `nginx` version from `1.15.2` to `1.17.2`.
This commit is contained in:
Kazuhiro MUSASHI 2019-08-10 16:53:37 +08:00
parent 48012a8523
commit cde8cfcea3
1 changed files with 1 additions and 1 deletions

View File

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