From 2b35b2748f731dbb49c7187d464020f3c4402e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corn=C3=A9=20Hoskam?= Date: Wed, 23 Oct 2024 13:05:01 +0200 Subject: [PATCH 1/2] Update licensing.md --- 13/umbraco-engage/installation/licensing.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/13/umbraco-engage/installation/licensing.md b/13/umbraco-engage/installation/licensing.md index a5545ac74a9..fce43704365 100644 --- a/13/umbraco-engage/installation/licensing.md +++ b/13/umbraco-engage/installation/licensing.md @@ -22,7 +22,8 @@ The license will cover the following domains: * `localhost` * `*.local` -* `*.mysite.com` +* `*.test` +* "mysite.com" * `www.mysite.com` * `devdomain.com` * `www.devdomain.com` @@ -38,9 +39,9 @@ You can have only 1 license per Umbraco installation. There are a few differences as to what the licenses cover: * A single license covers the installation of Umbraco Engage in 1 production backoffice domain, as well as in any requested development domains. -* The production domain includes **all subdomains** (e.g. `*.mysite.com`). -* The development domains work with or without the `www` subdomain. +* The development and production domains work with or without the `www` subdomain. * The license also includes `localhost`, `*.local`, and `*.test` as valid domains. +* Each individual subdomain has to be specified as part of the license (e.g. `subdomain.mysite.com`), subdomains are not allowed. {% hint style="info" %} If you have multiple backoffice domains pointing at the same installation, you have the option to purchase and [add **additional domains**](the-licensing-model.md#add-additional-domains) to your license. From 4493a8bcd0d2385470a821cc7ff4ef2c8d75f28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corn=C3=A9=20Hoskam?= Date: Wed, 23 Oct 2024 13:10:09 +0200 Subject: [PATCH 2/2] Update licensing.md --- 13/umbraco-engage/installation/licensing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/13/umbraco-engage/installation/licensing.md b/13/umbraco-engage/installation/licensing.md index fce43704365..2cb93317c47 100644 --- a/13/umbraco-engage/installation/licensing.md +++ b/13/umbraco-engage/installation/licensing.md @@ -23,7 +23,7 @@ The license will cover the following domains: * `localhost` * `*.local` * `*.test` -* "mysite.com" +* `mysite.com` * `www.mysite.com` * `devdomain.com` * `www.devdomain.com` @@ -41,7 +41,7 @@ There are a few differences as to what the licenses cover: * A single license covers the installation of Umbraco Engage in 1 production backoffice domain, as well as in any requested development domains. * The development and production domains work with or without the `www` subdomain. * The license also includes `localhost`, `*.local`, and `*.test` as valid domains. -* Each individual subdomain has to be specified as part of the license (e.g. `subdomain.mysite.com`), subdomains are not allowed. +* Each individual subdomain has to be specified as part of the license (e.g. `subdomain.mysite.com`), wildcard subdomains are not allowed. {% hint style="info" %} If you have multiple backoffice domains pointing at the same installation, you have the option to purchase and [add **additional domains**](the-licensing-model.md#add-additional-domains) to your license.