Title here
Summary here
In namecheap, login and go to the Advanced DNS tab of the domain you want to use:
A (address) records are the main entry of the DNS database. It provides a mapping from hostname to IP address. Add a A record with the following values:
Type | Host | Value |
---|---|---|
A Record | @ | IP Address of your Rails server (EC2 instance) |
This uses IPv4 Address.
CNAME stands for Canonical Name. CNAME records assign nicknames to a host. Add a CNAME record with the following values:
Type | Host | Value |
---|---|---|
CNAME Record | www | yourdomain.com |
It will take a few minutes for the changes to take affect.