Picture of R. M.
Authoring tool behind reverse proxy
by R. M. - Tuesday, 21 May 2019, 7:53 PM
 

Hello comunity,

I'm trying to run the Adapt Authoring Tool behind a reverse proxy (Apache 2.4). This works fine until I try to proxy a subpath (my.domain.org/adapt) to the node server - the node server sends back URLs relative to '/' and not relative to '/adapt'. I almost got it to work using Apache's mod_proxy_html content rewrite engine, but unfortunately Adapt seems to send a lot of hard-coded URLs to the client (mainly in origin.js).

Is there a configutation option to "mount" the Authoring Tool under a subpath?