Skip to content

Commit 7b9af1b

Browse files
committed
bump nginx and third-party module versions
1 parent 76c1371 commit 7b9af1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ set -euxo pipefail
1010
# Example: ./nginx-build.sh /usr/local/sbin/nginx
1111

1212

13-
NGINX_VERSION=1.22.0
13+
NGINX_VERSION=1.23.2
1414
NGX_DEVEL_KIT_VERSION=0.3.1
1515
NGX_SET_MISC_MOD_VERSION=0.33
16-
NGX_HEADERS_MORE_MOD_VERSION=0.33
16+
NGX_HEADERS_MORE_MOD_VERSION=0.34
1717

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

0 commit comments

Comments
 (0)