Currently, I host my blog at /blog/, and want to put pagoda on at /blog/admin/. I've managed to get Apache working with Unicorn to get /blog/admin/ working. However, all of the assets still load from /admin. I changed config.ru to make /blog/admin the entry point and adjusted my apache config to proxy to /blog/admin/.
Maybe the ability to set where to load assets from?
Currently, I host my blog at /blog/, and want to put pagoda on at /blog/admin/. I've managed to get Apache working with Unicorn to get /blog/admin/ working. However, all of the assets still load from /admin. I changed config.ru to make /blog/admin the entry point and adjusted my apache config to proxy to /blog/admin/.
Maybe the ability to set where to load assets from?