From d509c8f5887684279e8af0b60a7794ace4f0fb2d Mon Sep 17 00:00:00 2001 From: Matt Harrison Date: Fri, 22 Nov 2024 15:40:52 -0500 Subject: [PATCH] simplify readme to what is in this instead of where it was forked from --- README.adoc | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README.adoc b/README.adoc index e15d7e9..fe07d29 100644 --- a/README.adoc +++ b/README.adoc @@ -11,7 +11,7 @@ ifdef::env-github[] image:https://github.com/{gh-name}/workflows/binaries/badge.svg[Binaries Workflow, link=https://github.com/{gh-name}/actions?query=workflow%3A%22binaries%22] endif::env-github[] -This project provides standalone nginx binaries for *any* Linux system footnote:[nginx binaries are built as standalone static executables, so they works on every Linux system regardless of used libc.] (x86_64, aarch64, ppc64le), macOS (x86_64), and Windows (x86_64). +This project provides standalone nginx binaries for *any* Linux system footnote:[nginx binaries are built as standalone static executables, so they works on every Linux system regardless of used libc.] (x86_64, aarch64) and macOS (x86_64, aarch64). This is forked from https://github.com/jirutka/nginx-binaries with fastcgi support instead of njs. @@ -34,9 +34,6 @@ It’s compiled with debug mode, threads and aio. *macOS* binary is statically linked with jansson, openssl@3, pcre and zlib from https://brew.sh[Homebrew]. It’s compiled with debug mode, threads and aio. -*Windows* binary is statically linked with latest openssl 3.3.x, pcre 8.x and zlib 1.3.x built from sources. -It’s compiled with debug mode and patches from https://github.com/myfreeer/nginx-build-msys2[nginx-build-msys2] made by https://github.com/myfreeer[@myfreeer]. - ==== Included Modules @@ -72,19 +69,6 @@ It’s compiled with debug mode and patches from https://github.com/myfreeer/ngi * {nginx-docs-uri}/http/ngx_http_js_module.html[ngx_http_js_module] (except Windows footnote:[njs is not supported on Windows, see https://github.com/nginx/njs/issues/320[nginx/njs#320]]) -Since nginx 1.22.0, the stable and mainline versions of nginx include the latest version of njs available at the time of building. -The _old stable_ versions of nginx include the latest minor (i.e. x.**Y**.z) version of njs released prior to the release of a new stable nginx (and the latest patch version available at the time of building). -That is, it’s the same as in NGINX’s own packages. - -*3rd Party Modules:* - -* https://github.com/openresty/echo-nginx-module[echo-nginx-module] -* https://github.com/openresty/headers-more-nginx-module[headers-more-nginx-module] -* https://github.com/vision5/ngx_devel_kit[ngx_devel_kit] -* https://github.com/openresty/set-misc-nginx-module[set-misc-nginx-module] -* https://github.com/kjdev/nginx-auth-jwt[kjdev/nginx-auth-jwt] (since 1.22.1, 1.23.4, and 1.24.0; except Windows binaries) -* https://github.com/kjdev/nginx-keyval[nginx-keyval] (since 1.22.1, 1.23.4, and 1.24.0; except Windows binaries) - nginx binaries include the latest version of the third-party modules available at the time of building.