Skip to content

Commit 373f37c

Browse files
docs(docgen): add IIS default document note for Windows deployment
IIS does not serve index.html by default; omitting this config causes the DocGen base URL to fail silently.
1 parent 0f3a8ea commit 373f37c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/document-generation/installation-configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,5 @@ Rule | Name | Pattern | Rewrite URL
174174
2 | docgen | `^(docgen/)(.*)` | `http://localhost:8080/{R:1}{R:2}`
175175

176176
{{% alert color="info" %}}Rule 1 is based on the default URL prefix (`p`) for page/microflow URLs. If you configured a different prefix in the runtime settings of your app, adjust the rule accordingly.{{% /alert %}}
177+
178+
{{% alert color="info" %}}If you are using IIS as your reverse proxy, make sure that the [default document](https://learn.microsoft.com/en-us/iis/configuration/system.webserver/defaultdocument/) is configured to serve `index.html`. Without this setting, the base URL will not resolve correctly and document generation will fail.{{% /alert %}}

0 commit comments

Comments
 (0)