From cb31af828ad975a4e6879d67cb57b08022698118 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 7 Sep 2016 09:02:24 -0700 Subject: [PATCH] doc: mention that only SLDs are supported --- docs/references/selfhosting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/references/selfhosting.md b/docs/references/selfhosting.md index 414f018d3..a3d6b6b29 100644 --- a/docs/references/selfhosting.md +++ b/docs/references/selfhosting.md @@ -67,7 +67,8 @@ For custom cost estimation, please use the [AWS Cost Calculator](http://calculat Open the AWS console and create the required resources: -1. Create a Route53 zone for your domain. Be sure to set the Route53 nameservers for your domain in your name registrar. +1. Create a Route53 zone for your domain. Be sure to set the Route53 nameservers for your domain in your name registrar. Note: Only Second Level Domains are supported. + For example, `example.com`, `example.co.uk` will work fine. Choosing a domain name at any other level like `cloudron.example.com` will not work. 2. Create a S3 bucket for backups. The bucket region **must* be the same region as where you intend to create your Cloudron (EC2).