Configure alias DNS names¶
LogMan.io is reachable under one or more than one DNS name. Configure every DNS name in the /Site/model.yaml in the Library.
The primary name for user access belongs in PUBLIC_URL. Any additional hostnames go in ALIAS_DNS_NAMES.
Example:
params:
PUBLIC_URL: "https://logman.yourdomain.com"
ALIAS_DNS_NAMES:
- logman-f.yourdomain.com
Alternatively, set the primary name with PUBLIC_DNS_NAME instead of PUBLIC_URL:
params:
PUBLIC_DNS_NAME: logman.yourdomain.com
ALIAS_DNS_NAMES:
- logman-f.yourdomain.com
Save the model and Apply the changes on every node.
Note
The primary hostname and every alias must be listed in the Subject Alternative Name (SAN) extension of the SSL certificate.