You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@
9
9
//!
10
10
//! * `ZLIB_VERSION` (default 1.3.1) - zlib version
11
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
12
+
//! * `OPENSSL_VERSION` (default 3.2.4 for NGINX 1.22.0 and later, or 1.1.1w for earlier) - OpenSSL version
13
+
//! * `NGX_VERSION` (default 1.26.3) - NGINX OSS version
14
14
//! * `NGX_DEBUG` (default to false) - if set to true, then will compile NGINX `--with-debug` option
15
15
//!
16
16
//! For example, this is how you would compile the [examples](https://github.com/nginx/ngx-rust/tree/master/examples) using a specific version of NGINX and enabling
0 commit comments