From e347c9a39fc106096373860bad568af3b79a1c98 Mon Sep 17 00:00:00 2001 From: Jannis Leifeld Date: Mon, 22 May 2023 15:36:47 +0200 Subject: [PATCH] NEXT-25821 - add documenation about using the same domain --- docs/docs/guide/6_faq/_category_.yml | 2 ++ docs/docs/guide/6_faq/index.md | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/docs/guide/6_faq/_category_.yml create mode 100644 docs/docs/guide/6_faq/index.md diff --git a/docs/docs/guide/6_faq/_category_.yml b/docs/docs/guide/6_faq/_category_.yml new file mode 100644 index 00000000..fce08978 --- /dev/null +++ b/docs/docs/guide/6_faq/_category_.yml @@ -0,0 +1,2 @@ +label: "FAQ" +position: 1100 \ No newline at end of file diff --git a/docs/docs/guide/6_faq/index.md b/docs/docs/guide/6_faq/index.md new file mode 100644 index 00000000..73e6c870 --- /dev/null +++ b/docs/docs/guide/6_faq/index.md @@ -0,0 +1,9 @@ +--- +title: "FAQ" +--- + +# FAQ + +## Can I use the same domain with subfolders for multiple apps? +No, for technical reasons, it is not possible to use the same domain with subfolders to host multiple apps. Each app must have its own separate domain. +The preferred solution is to use subdomains for each app. For example, you can use subdomains like "app-one.your-company.com", "app-two.your-company.com", and so on. Using subdomains allows you to have separate domains for each app, which avoids the technical limitations associated with using subfolders. \ No newline at end of file