Kaynağa Gözat

Update docs/configuring-dns.md: reduce the width of the table

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4093/head
Suguru Hirahara 1 yıl önce
ebeveyn
işleme
1bc0a1bf07
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: E4F9743DAB4B7B75
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. +4
    -4
      docs/configuring-dns.md

+ 4
- 4
docs/configuring-dns.md Dosyayı Görüntüle

@@ -25,10 +25,10 @@ To set up Matrix on your domain, you'd need to do some DNS configuration.


To serve the base domain (`example.com`) and [Element Web](configuring-playbook-client-element-web.md) with the default subdomain, adjust DNS records as below. To serve the base domain (`example.com`) and [Element Web](configuring-playbook-client-element-web.md) with the default subdomain, adjust DNS records as below.


| Type | Host | Priority | Weight | Port | Target |
| ----- | ---------------------------- | -------- | ------ | ---- | ---------------------|
| A | `matrix` | - | - | - | `matrix-server-IP` |
| CNAME | `element` | - | - | - | `matrix.example.com` |
| Type | Host | Priority | Weight | Port | Target |
| ----- | --------- | -------- | ------ | ---- | ---------------------|
| A | `matrix` | - | - | - | `matrix-server-IP` |
| CNAME | `element` | - | - | - | `matrix.example.com` |


As the table illustrates, you need to create 2 subdomains (`matrix.example.com` and `element.example.com`) and point both of them to your server's IP address (DNS `A` record or `CNAME` record is fine). As the table illustrates, you need to create 2 subdomains (`matrix.example.com` and `element.example.com`) and point both of them to your server's IP address (DNS `A` record or `CNAME` record is fine).




Yükleniyor…
İptal
Kaydet