From 0fe1899d9628a91996fbdb7d7e28d0f50bfb1544 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 21 Jul 2020 11:20:00 +0000 Subject: [PATCH] Be explicit about the type of DNS record to use Fixes #595 (Github Issue) --- docs/configuring-playbook-base-domain-serving.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-base-domain-serving.md b/docs/configuring-playbook-base-domain-serving.md index 2209cd821..a5df4ece8 100644 --- a/docs/configuring-playbook-base-domain-serving.md +++ b/docs/configuring-playbook-base-domain-serving.md @@ -14,7 +14,7 @@ Usually, there are 2 options: This documentation page tells you how to do the latter. With some easy changes, we make it possible to serve the base domain from the Matrix server via the integrated webserver (`matrix-nginx-proxy`). -Just **adjust your DNS records**, so that your base domain is pointed to the Matrix server's IP address **and use the following configuration**: +Just **adjust your DNS records**, so that your base domain is pointed to the Matrix server's IP address (using a DNS `A` record) **and then use the following configuration**: ```yaml matrix_nginx_proxy_base_domain_serving_enabled: true