Skip to content

Commit be3d610

Browse files
Merge pull request #11296 from samuelreichert/docs/docgen-iis-default-document
docs(docgen): add IIS default document note for Windows deployment
2 parents a228c52 + 3ec441b commit be3d610

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 use 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 does not resolve correctly, and document generation fails.{{% /alert %}}

0 commit comments

Comments
 (0)