File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,20 @@ set -euxo pipefail
9
9
# Usage: ./nginx-build.sh ABSOLUTE_OUTPUT_BINARY_PATH
10
10
# Example: ./nginx-build.sh /usr/local/sbin/nginx
11
11
12
+ # https://nginx.org/en/download.html
13
+ NGINX_VERSION=1.23.3
12
14
13
- NGINX_VERSION=1.23.2
14
- NGX_DEVEL_KIT_VERSION=0.3.1
15
+ # https://github.com/vision5/ngx_devel_kit/releases
16
+ NGX_DEVEL_KIT_VERSION=0.3.2
17
+
18
+ # https://github.com/openresty/set-misc-nginx-module/tags
15
19
NGX_SET_MISC_MOD_VERSION=0.33
20
+
21
+ # https://github.com/openresty/headers-more-nginx-module/tags
16
22
NGX_HEADERS_MORE_MOD_VERSION=0.34
17
- NGX_NJS_MOD_VERSION=0.7.9
23
+
24
+ # https://hg.nginx.org/njs/tags
25
+ NGX_NJS_MOD_VERSION=0.7.10
18
26
19
27
NGINX_SRC_URL=http://nginx.org/download/nginx-${NGINX_VERSION} .tar.gz
20
28
NGX_DEVEL_KIT_SRC_URL=https://github.com/vision5/ngx_devel_kit/archive/refs/tags/v${NGX_DEVEL_KIT_VERSION} .tar.gz
You can’t perform that action at this time.
0 commit comments