Changing the basic instance attributes will cause the instance to restart.

To enable SSL, a SSL certificate needs to be uploaded in the Admin Settings.

Name

Name of the instance which is used for display and as prefix for log files

Port

The port this instance will listen on.

Auto Start on Boot

Start the instance when the TL Service starts. The TL Service is configured to start at boot time.

Use SSL

Use the SSL certificate which is uploaded in the Admin Settings. The instnace will accept https traffic when enabled

Use X-Forwarded-* Headers

When an instance without SSL runs behind a reverse proxy or load balancer which does SSL termination then redirect urls are created with the http:// protocol instead of https://. When Use “X-Forwarded-* Headers” is on the instance will rewrite the redirect urls based on http request headers passed from the reverse proxy or load balancer.

The instance handles non-standard headers X-Forwarded-Host, X-Forwarded-Port, X-Forwarded-Proto and X-Forwarded-Ssl.

A reverse proxy or load balancer which sends a request header “X-Forwarded-Proto:https” to the instance will switch all urls to be with https://