Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Load Balancer

Alain Roy edited this page Jul 27, 2016 · 4 revisions

Load Balancers

If you do not use our provided load balancer (HAProxy), you may wish to configure your own load balancer. Here is some information for you.

Ports used

Port Purpose
9000 API
80 UI (HTTP)
4343 UI (HTTPS)

Headers

Host: The Host header is used for constructing URIs in the REST API to ensure the URIs match the incoming host name or IP address.

X-Forwarded-Proto: The X-Forwarded-Proto header is used for constructing URIs in the REST API to ensure the URIs match the incoming protocol.

Clone this wiki locally