diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-09 11:07:52 +0200 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-01-31 22:55:32 +0000 |
commit | 8fc3030ab64ca41d506fcc40eefcde64fa59f83e (patch) | |
tree | 1169488bc728cfc4059bb4f0acdb7e11bc3da721 /doc | |
parent | 1bdfdd87d81c9415def30ac17518a991b900d095 (diff) | |
download | gitlab-ce-8fc3030ab64ca41d506fcc40eefcde64fa59f83e.tar.gz |
Add note on custom domains limitation
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pages/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
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. ![Pages DNS details](img/pages_dns_details.png) +--- + +>**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 |