Skip to content

Commit

Permalink
upgrade to nginx 1.21.1 (#5152)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Aug 20, 2021
1 parent 3e6138d commit cbe53b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbe53b1

Please sign in to comment.