Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 662 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 662 Bytes

Nginx-IIS-Patch

Patch your Nginx to look like an IIS

With IIS Start page

IIS Start page

With IIS Error page

IIS Error page

How to use this patch

Option A:

  • Dowload the release file
  • dpkg -i nginx-core_1.10.0-0ubuntu0.16.04.4_amd64.deb nginx-common_1.10.0-0ubuntu0.16.04.4_all.deb nginx_1.10.0-0ubuntu0.16.04.4_all.deb

Option B:

  • sudo apt update && sudo apt-get install dpkg-dev build-essential
  • apt-get source nginx
  • patch -p1 < nginx-iis-1.10.0-ubuntu.patch
  • cd nginx-1.10.0 && dpkg-buildpackage -b