From 8fc3030ab64ca41d506fcc40eefcde64fa59f83e Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis <axilleas@axilleas.me> Date: Wed, 9 Mar 2016 11:07:52 +0200 Subject: [PATCH] Add note on custom domains limitation [ci skip] --- doc/pages/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/pages/README.md b/doc/pages/README.md index 53462f81edb..335c37b4814 100644 --- a/doc/pages/README.md +++ b/doc/pages/README.md @@ -354,6 +354,14 @@ instructions.  +--- + +>**Note:** +Currently there is support only for custom domains on per-project basis. That +means that if you add a custom domain (`example.com`) for your user website +(`username.example.io`), a project that is served under `username.example.io/foo`, +will not be accessible under `example.com/foo`. + ### Secure your custom domain website with TLS When you add a new custom domain, you also have the chance to add a TLS -- GitLab