-
Notifications
You must be signed in to change notification settings - Fork 0
Home
- Added "http_headers-more" module for better http headers support.
- Added "http_spdy" module for spdy support.
- MinGW GCC compilation for native support of Windows NT sub-systems.
- Added Cloudflare OpenSSL patch for "CHACHA20-POLY1305" support.
- Added Cloudflare SPDY patch for simultaneous support of HTTP2 & SPDY.
- All libraries and modules are embeded into the main binary.
- UPX Ultra LZMA Compression is used to compress the binary to approx 22.79% of it's original size.
--> Some Resources:
http://www.mingw.org/wiki/mingw
http://www.mingw.org/wiki/MSYS
http://nginx.org/en/docs/howto_build_on_win32.html
Note: You need to install all MinGW features while installing MinGW in your system!
--> Compilation script is already given!
--> Just extract downloaded repository to "C:\MinGW\msys\1.0\home".
--> Next run "MSYS Shell", go to "C:\MinGW\msys\1.0" and double click on msys.bat
--> Then go to the repository folder and you will find a file named: "build.sh".
--> Run "build.sh" by hitting ./build.sh or build.sh on the MSYS Shell.
Note: This software is compiled using MinGW cross compiler toolsets for windows and some extra libraries like "perl", extra build tools like "UPX Compressor" are used! Also some necessery libraries are included: PCRE, OpenSSL, Zlib.
RAW Output:
nginx version: nginx/1.12.1
built by gcc 6.3.0 (MinGW.org GCC-6.3.0-1)
built with OpenSSL 1.0.2l 25 May 2017
TLS SNI support enabled
configure arguments: --with-cc=gcc --builddir=objs --with-debug --prefix= --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access.log --error-log-path=logs/error.log --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-temp-path=temp/fastcgi_temp --http-scgi-temp-path=temp/scgi_temp --http-uwsgi-temp-path=temp/uwsgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.40 --with-zlib=objs/lib/zlib-1.2.11 --with-openssl=objs/lib/openssl-1.0.2l --with-select_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_stub_status_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module --with-http_random_index_module --with-http_secure_link_module --with-http_slice_module --with-mail --with-stream --with-openssl-opt=no-asm --with-http_ssl_module --with-mail_ssl_module --with-stream_ssl_module --with-http_spdy_module --add-module=objs/mods/headers-more-nginx-module-0.32
Copyright(C) Dev Software Development 2017