mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix docs with external domain names
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user