Skip to content

Commit ab23c13

Browse files
bavshin-f5ivanitskiy
authored andcommitted
chore: update remaining instances of NGX_VERSION
Sync rustdoc variable defaults with README
1 parent a1a0dd7 commit ab23c13

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NGX_VERSION=1.24.0
1+
ARG NGX_VERSION=1.26.1
22
ARG NGX_DEBUG=false
33

44
# --- builder: build all examples

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ NGINX modules can be built against a particular version of NGINX. The following
2121
* `ZLIB_VERSION` (default 1.3.1) - zlib version
2222
* `PCRE2_VERSION` (default 10.42 for NGINX 1.22.0 and later, or 8.45 for earlier) - PCRE1 or PCRE2 version
2323
* `OPENSSL_VERSION` (default 3.2.1 for NGINX 1.22.0 and later, or 1.1.1w for earlier) - OpenSSL version
24-
* `NGX_VERSION` (default 1.24.0) - NGINX OSS version
25-
* `NGX_DEBUG` (default to false)- if set to true, then will compile NGINX `--with-debug` option
24+
* `NGX_VERSION` (default 1.26.1) - NGINX OSS version
25+
* `NGX_DEBUG` (default to false) - if set to true, then will compile NGINX `--with-debug` option
2626

2727
For example, this is how you would compile the [examples](examples) using a specific version of NGINX and enabling
2828
debugging:

src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
//! NGINX modules can be built against a particular version of NGINX. The following environment variables can be used
88
//! to specify a particular version of NGINX or an NGINX dependency:
99
//!
10-
//! * `ZLIB_VERSION` (default 1.2.13) -
11-
//! * `PCRE2_VERSION` (default 10.42)
12-
//! * `OPENSSL_VERSION` (default 3.0.7)
13-
//! * `NGX_VERSION` (default 1.23.3) - NGINX OSS version
14-
//! * `NGX_DEBUG` (default to false)- if set to true, then will compile NGINX `--with-debug` option
10+
//! * `ZLIB_VERSION` (default 1.3.1) - zlib version
11+
//! * `PCRE2_VERSION` (default 10.42 for NGINX 1.22.0 and later, or 8.45 for earlier) - PCRE1 or PCRE2 version
12+
//! * `OPENSSL_VERSION` (default 3.2.1 for NGINX 1.22.0 and later, or 1.1.1w for earlier) - OpenSSL version
13+
//! * `NGX_VERSION` (default 1.26.1) - NGINX OSS version
14+
//! * `NGX_DEBUG` (default to false) - if set to true, then will compile NGINX `--with-debug` option
1515
//!
1616
//! For example, this is how you would compile the [examples](https://github.com/nginxinc/ngx-rust/tree/master/examples) using a specific version of NGINX and enabling
1717
//! debugging: `NGX_DEBUG=true NGX_VERSION=1.23.0 cargo build --package=examples --examples --release`

0 commit comments

Comments
 (0)