This is an automated email from the ASF dual-hosted git repository.
dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 30a1bd7 Bump default nginx version from 1.13 to 1.15 (#4429)
30a1bd7 is described below
commit 30a1bd7b38ebb73c8e52467de1d0cb4bd239b02a
Author: David Grove <[email protected]>
AuthorDate: Thu Apr 4 14:24:08 2019 -0400
Bump default nginx version from 1.13 to 1.15 (#4429)
---
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 9fe87a0..c75a87e 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -208,7 +208,7 @@ nginx:
htmldir: "{{ ui_path | default(false) }}"
dir:
become: "{{ nginx_dir_become | default(false) }}"
- version: "{{ nginx_version | default('1.13') }}"
+ version: "{{ nginx_version | default('1.15') }}"
port:
http: 80
https: 443