To custom URL for Infinite Scale

Currenly we have env variable such as:

OCIS_URL=domain.url:9200 

So, when we type domain.url:9200 it will take us to the login page.
But how can i make this root directory to be other than /.
I saw an environment variable PROXY_HTTP_ROOT which by default is assigned to /. I try to play around with this variable but if i change it to something else, for instance /ocis/ it will complain that it cannot find the json.config file.

How do i change this if let say i want it to access the login page like this domain.url:9200/ocis

What needs to be done ? Anybody have tried to customize the URL ?

You have to work with an external proxy to achieve this I think (nginx or traefik). There is no internal configuration for this.

1 Like