https://github.com/lightsing/nginx-iis-patch
Patch your Nginx to look like an IIS
https://github.com/lightsing/nginx-iis-patch
Last synced: about 1 month ago
JSON representation
Patch your Nginx to look like an IIS
- Host: GitHub
- URL: https://github.com/lightsing/nginx-iis-patch
- Owner: lightsing
- License: bsd-2-clause
- Created: 2017-03-15T03:14:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T15:29:30.000Z (over 9 years ago)
- Last Synced: 2025-01-26T15:30:25.904Z (over 1 year ago)
- Language: HTML
- Size: 632 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nginx-IIS-Patch
Patch your Nginx to look like an IIS
## With IIS Start page

## With 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`