Configure a custom WOPI (Office Online) domain/URL
Table of Contents
Overview
In this article we will explain how to configure a custom WOPI domain/URL.
Configuration
Custom info can be changed via the config settings, found in: \inetpub\wwwroot\{tenant name}\{workspace folder}\Configs\NDAW.Html.Front.config
To fully integrate the WOPI editors on the file server, you need to have an own URL configured. This URL may not be the same as the workspace URL. Keep in mind that you need to set a domain with an valid SSL bound.
CustomWopiSrcDomain
<setting name="CustomWopiSrcDomain" serializeAs="String">
<value>wopieditors.contoso.com</value>
</setting>