Configure tenant URLs - Fluid Topics - 3.11

Fluid Topics Installation Guide

Operating system
RHEL
Category
Reference Guides
Audience
public
Version
3.11

Each tenant requires a vhost.conf.json file to set the URL to access it.

This file must follow this template:

{
"vhost": "https://$DOMAIN_NAME"
}

Where $DOMAIN_NAME is the URL where the tenant portal can be accessed. It can be a server hostname (the server hosting the front environment), a server IP or a dedicated URL, e.g., bar.fluidtopics.net is a "Consume" tenant of foo.fluidtopics.net.

Example

The following example shows the vhost.conf.json files for the multi-portal environment of the OleanDor company:

OleanDor "Manage" portal

{
"vhost": "http://oleandor.fluidtopics.net/"
}

OD1000 "Consume" portal

{
"vhost": "http://od1000.fluidtopics.net/"
}

OD2000 "Consume" portal

{
"vhost": "http://od2000.fluidtopics.net/"
}