My application does not work well with a context path. Links coming from the UCS overview page do have a context path. The result is that within my docker container my app responds to request from the UCS overview page with 404.
An idea was to provide a apache proxy within the docker container’s apache. What is the recommended way to do so? I found out that I have to enable the apache2 rewrite and proxy modules and restart the docker’s own apache.
Is the join script the right place for this?