fix docs with external domain names

This commit is contained in:
Simon Larsen
2023-07-31 17:10:42 +01:00
parent bd4adeab67
commit 45bf4fb2bb

View File

@@ -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