Skip to content

Commit

Permalink
bump nginx and third-party module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Oct 27, 2022
1 parent 76c1371 commit 7b9af1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ set -euxo pipefail
# Example: ./nginx-build.sh /usr/local/sbin/nginx


NGINX_VERSION=1.22.0
NGINX_VERSION=1.23.2
NGX_DEVEL_KIT_VERSION=0.3.1
NGX_SET_MISC_MOD_VERSION=0.33
NGX_HEADERS_MORE_MOD_VERSION=0.33
NGX_HEADERS_MORE_MOD_VERSION=0.34

NGINX_SRC_URL=http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
NGX_DEVEL_KIT_SRC_URL=https://github.com/vision5/ngx_devel_kit/archive/refs/tags/v${NGX_DEVEL_KIT_VERSION}.tar.gz
Expand Down

0 comments on commit 7b9af1b

Please sign in to comment.