Is it possible to proxy a SS site to live at a sub-url, eg. domain.com/path? My attempt fell apart due to domain-relative, path-absolute URLs in my template, eg. "/site.css".
I could proxy each of those instances separately, I guess, but that feels pretty brittle.
Thanks.