https://github.com/jdknight/nginx-proxy-connect-win32
A Windows NGINX build with ngx_http_proxy_connect_module
https://github.com/jdknight/nginx-proxy-connect-win32
nginx nginx-proxy
Last synced: 16 days ago
JSON representation
A Windows NGINX build with ngx_http_proxy_connect_module
- Host: GitHub
- URL: https://github.com/jdknight/nginx-proxy-connect-win32
- Owner: jdknight
- License: bsd-2-clause
- Created: 2024-07-06T19:51:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T01:39:53.000Z (almost 2 years ago)
- Last Synced: 2026-04-22T23:12:10.597Z (2 months ago)
- Topics: nginx, nginx-proxy
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx-proxy-connect-win32
## Overview
This package can be used to build [nginx][nginx] for Windows which includes
the [ngx_http_proxy_connect_module][ngx_http_proxy_connect_module] module.
## Build Requirements
* Microsoft Visual C compiler
* [MSYS][msys] or [MSYS2][msys2]
* [Mercurial][hg]
* Perl (e.g. [ActivePerl][activeperl] or [Strawberry Perl][strawberryperl])
* Perl Module "Locale::Maketext::Simple"
* [releng-tool][releng-tool]
## Performing a build
- Open a Visual Studio developer command prompt
(e.g. "Developer Command Prompt for VS 2019").
- Ensure MSYS/MSYS2 is included on the system path.
- Invoke a build:
```shell
releng-tool
```
The resulting build should be stored in the `output/images` folder.
[activeperl]: https://www.activestate.com/products/perl/
[hg]: https://www.mercurial-scm.org/
[msys2]: https://www.msys2.org/
[msys]: https://sourceforge.net/projects/mingw/files/MSYS/
[releng-tool]: https://releng.io/
[strawberryperl]: https://strawberryperl.com/
[nginx]: https://nginx.org/
[ngx_http_proxy_connect_module]: https://github.com/chobits/ngx_http_proxy_connect_module