You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2021/08/20 13:11:10 UTC

[openwhisk] branch master updated: upgrade to nginx 1.21.1 (#5152)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new cbe53b1  upgrade to nginx 1.21.1 (#5152)
cbe53b1 is described below

commit cbe53b199a36c5c2a288e249aa84690e2066abdc
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Aug 20 09:10:56 2021 -0400

    upgrade to nginx 1.21.1 (#5152)
---
 ansible/group_vars/all | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index 33011c8..bdd1bec 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -232,7 +232,7 @@ nginx:
   htmldir: "{{ ui_path | default(false) }}"
   dir:
     become: "{{ nginx_dir_become | default(false) }}"
-  version: "{{ nginx_version | default('1.19') }}"
+  version: "{{ nginx_version | default('1.21.1') }}"
   port:
     http: 80
     https: 443