[nginx] README: added more info/link to Windows version on nginx.org
noreply at nginx.com
noreply at nginx.com
Wed Sep 11 15:46:02 UTC 2024
details: https://github.com/nginx/nginx/commit/9bdc2bacbe9cd44d09370dd950504f443469fa85
branches: master
commit: 9bdc2bacbe9cd44d09370dd950504f443469fa85
user: Michael Vernik <m.vernik at f5.com>
date: Mon, 9 Sep 2024 23:40:22 -0700
description:
README: added more info/link to Windows version on nginx.org
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e2f731740..c6c18f56c 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ Once a repository has been added and verified, follow [these steps](https://ngin
For more information on installing NGINX on FreeBSD system, visit https://nginx.org/en/docs/install.html
## Windows executables
-Windows executables for mainline and stable releases can be found on the main [NGINX download page](https://nginx.org/en/download.html). Note that the current implementation of NGINX for Windows is at the Proof-of-Concept stage and should only be used for development and testing purposes.
+Windows executables for mainline and stable releases can be found on the main [NGINX download page](https://nginx.org/en/download.html). Note that the current implementation of NGINX for Windows is at the Proof-of-Concept stage and should only be used for development and testing purposes. For additional information, please see [nginx for Windows](https://nginx.org/en/docs/windows.html).
## Dynamic modules
NGINX version 1.9.11 added support for [Dynamic Modules](https://nginx.org/en/docs/ngx_core_module.html#load_module). Unlike standard, Static modules, which must be complied into NGINX binaries at build-time, Dynamic modules can be downloaded, installed, and configured after the core NGINX binaries have been built. [Official dynamic module binaries](https://nginx.org/en/linux_packages.html#dynmodules) are available from the same package repository as the core NGINX binaries described in previous steps.
More information about the nginx-devel
mailing list