An open API service indexing awesome lists of open source software.

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

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