Patch your Nginx to look like an IIS
- 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
- 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

