Git Product home page Git Product logo

custom-nginx's Introduction

Custom Nginx for Windows

Nginx LogoLove LogoWindows Logo

This is a custom nginx distro for Windows NT platform.

Build status GitHub issues GitHub forks GitHub stars Github Releases GitHub license

Features:

  1. Added "http_headers-more" module for better http headers support.
  2. Added "http_spdy" module for spdy support.
  3. MinGW GCC compilation for native support of Windows NT sub-systems.
  4. Added Cloudflare OpenSSL patch for "CHACHA20-POLY1305" support.
  5. Added Cloudflare SPDY patch for simultaneous support of HTTP2 & SPDY.
  6. All libraries and modules are embeded into the main binary.
  7. UPX Ultra LZMA Compression is used to compress the binary to approx 22.79% of it's original size.

Compilation Tools Required:

  1. MinGW
  2. MSYS
  3. Ultimate Packer for eXecutables

--> 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:

--> 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.

Version Build Info:

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.