Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 970 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 970 Bytes

nginx-build-msys2

nginx build scripts on msys2 mingw with dependencies and custom patches

Badges

Build status

Features

  • native x86-64 (x64, amd64) build for windows.
  • nginx can execute in directory or path containing non-ascii characters. (Not needed since 1.23.4)
  • read file names in directory as utf8 encoding (affecting autoindex module). (Not needed since 1.23.4)
  • nginx-*-i686.exe: 32-bit nginx
  • nginx-*-i686-debug.exe: 32-bit nginx with debugging log and symbols
  • nginx-*-x86_64.exe: 64-bit nginx
  • nginx-*-x86_64-debug.exe: 64-bit nginx with debugging log and symbols