diff --git a/config.example.env b/config.example.env index c7b2cc0f3b..01a3f22386 100644 --- a/config.example.env +++ b/config.example.env @@ -29,9 +29,9 @@ SMTP_HOST= # If you would like to attach status page to custom domains use this setting. # For example, lets say you would like the status page to be hosted on status.yourcompany.com, then -# 1. Create a A record in your DNS provider with the name "oneuptime" and value "oneuptime.yourcompany.com" (IMPORTANT: This should be different from DOMAIN. You can can create another A record to make this different.) +# 1. Create a A record in your DNS provider with the name "oneuptime.yourcompany.com" and value to Public IP of the server oneuptime is deployed on. # 2. Set the STATUS_PAGE_CNAME_RECORD to "oneuptime.yourcompany.com" -# 3. Create CNAME record in your DNS provider with the name "status" and value "oneuptime.yourcompany.com" +# 3. Create CNAME record in your DNS provider with the name "status.yourcompany.com" and value "oneuptime.yourcompany.com" STATUS_PAGE_CNAME_RECORD=oneuptime.yourcompany.com