mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update iis.md (#9998)
added the IIS URL Rewrite module as a requirement
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
# IIS (Internet Information Services)
|
||||
|
||||
Deploying directus to IIS will require [iisnode](https://github.com/Azure/iisnode), an entrypoint file, and some
|
||||
Deploying directus to IIS will require [iisnode](https://github.com/Azure/iisnode), the IIS URL Rewrite module, an entrypoint file, and some
|
||||
specific web.config configurations.
|
||||
|
||||
# iisnode
|
||||
## iisnode
|
||||
|
||||
iisnode can be downloaded from the [azure/iisnode releases](https://github.com/Azure/iisnode/releases) page.
|
||||
|
||||
## IIS URL Rewrite module
|
||||
|
||||
The URL Rewrite module can be downloaded from the [Microsoft IIS website](https://www.iis.net/downloads/microsoft/url-rewrite).
|
||||
|
||||
## Entrypoint
|
||||
|
||||
iisnode acts as a reverse proxy, and simply forwards requests to files based on any rewrite rules and the files
|
||||
|
||||
Reference in New Issue
Block a user