Added information about the CNAME record
This commit is contained in:
parent
c6723ed3e0
commit
fd7756ec37
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,14 @@
|
||||||
Domain
|
Domain
|
||||||
%td
|
%td
|
||||||
= link_to @domain.domain, @domain.url
|
= link_to @domain.domain, @domain.url
|
||||||
|
%tr
|
||||||
|
%td
|
||||||
|
DNS
|
||||||
|
%td
|
||||||
|
%p
|
||||||
|
To access the domain create a new DNS record:
|
||||||
|
%pre
|
||||||
|
#{@domain.domain} CNAME #{@domain.project.namespace.path}.#{Settings.pages.host}.
|
||||||
%tr
|
%tr
|
||||||
%td
|
%td
|
||||||
Certificate
|
Certificate
|
||||||
|
|
Loading…
Reference in a new issue