Optimize behind apache server

Hi,

I am deploying Optimize on a server and I have a requirement to front the Jetty server by an apache server.

I want to assign an endpoint say [baseUrl]/camunda to the optimize server. The problem is that the Optimize server returns the resources Urls relative to the [baseUrl] for example [baseUrl]/css-resource is there a configuration to make Optimize return [baseUrl]/camunda/css-resource instead?

Thanks.

Hi @Abdelrahman_Ibrahim ,

Optimize only has a configuration for the container accessUrl. So for your use case, maybe you could consider a path rewrite in your proxy to reroute everything from /camunda/* to /* before the request is given to the Optimize web server.

Hope that helps,
Helene

Hi @Helene ,

Thank you for responding.

Could you please elaborate more on the usage of the container.accessUrl attribute? It is not clear to me.

Hi @Abdelrahman_Ibrahim ,

The accessUrl is just for links to Optimze, for example links that are included in alert emails which link to a specific report in Optimize will make use of this URL.