Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# tree /var/www/html/ui/
./var/www/html/ui
??? config
?   ??? theme1.json
?   ??? theme2.json
...
??? theme1
?   ??? abicloudDefault...
??? theme2
?   ??? abicloudDefault
...

You can have different property configuration in each config json file, but it is very important that the config.endpoint property points to its related API subdomain URL:

...

Code Block
# tree /etc/httpd/conf.d/
.
??? 
/etc/httpd/conf.d
?  
??? api.conf
?   ??? theme1.conf
?  
??? theme2.conf

First of all you need to change api.conf. This VirtualHost configuration file will group SSL access for all Abiquo Appliance Manager webapps and the API endpoint: (api.conf)

...

You only need to ensure that the abiquo.server.api.location property points to the common API URL on the Abiquo API Server and the Abiquo Remote Services:

Code Block
# grep api.location /opt/abiquo/config/abiquo.properties
abiquo.server.api.location = https://api.example.com/api

...