Describe configuring domain name on may first
This commit is contained in:
parent
4ffd113f80
commit
c1b7fca285
1 changed files with 13 additions and 0 deletions
|
@ -149,6 +149,19 @@ cd -
|
|||
|
||||
### Finalize hosting setup
|
||||
|
||||
#### Domain name
|
||||
|
||||
Configure the domain name to point its nameservers at:
|
||||
|
||||
```
|
||||
a.ns.mayfirst.org
|
||||
b.ns.mayfirst.org
|
||||
```
|
||||
|
||||
Then [set up a new hosting order](https://members.mayfirst.org/cp/index.php?area=member&member_id=458&action=new). Give the username the same name as your repository ("example-com" as used throughout this documentation).
|
||||
|
||||
Then change the a record for your full domain to IP Address `162.247.75.218` and make any additional CNames you want (at least www. for your domain, for instance "www.example.com" to go to Server Name of your domain, for instance "example.com").
|
||||
|
||||
#### HTTPS Certificates
|
||||
|
||||
First, ensure that all domain names are pointed to the new location. Deploy the site with the appropriate `server_hostname`, and `server_aliases` already set. Note that if `canonical_redirect: true` you should use the default `<member>-live.drutopia.org` for `server_hostname` until the certificate is provisioned.
|
||||
|
|
Loading…
Reference in a new issue