Customize Session and Port Settings

Change session timeout, service ports, and configure a reverse proxy for multiple instances.

Before you start

Who this is for CAST Imaging administrator
Role required Local server admin
Prerequisites CAST Imaging installed

Change the session timeout

The default session timeout is [TODO: default value] minutes. Users are logged out after this period of inactivity.

[TODO: Configuration file location and parameter; steps to apply the change]

Change the front-end web server port

By default, CAST Imaging listens on port 8083 (HTTP). To use a different port:

[TODO: Steps to reconfigure the Nginx front-end; restart the service]

Change internal service ports

If another service on the same server uses a port that CAST Imaging needs:

[TODO: List of internal service ports and how to reconfigure each]

Configure a reverse proxy for multiple instances

To serve multiple CAST Imaging instances from a single domain (for example, /imaging1 and /imaging2):

[TODO: Example Nginx configuration for reverse proxying two instances]

Next steps