I tried to use this with a reverse proxy that "mounts" this at a URL like /treehouse. Unfortunately things really didn't work:
- The
.css and .js references in html are all absolute
- Links to
/demo are broken (because they're also absolute).
- Visiting
/treehouse/demo redirects to /demo, which isn't Treehouse anymore in my scenario :)
What is the recommended way to use just the core functionality of Treehouse without running the whole app at /?
I tried to use this with a reverse proxy that "mounts" this at a URL like
/treehouse. Unfortunately things really didn't work:.cssand.jsreferences in html are all absolute/demoare broken (because they're also absolute)./treehouse/demoredirects to/demo, which isn't Treehouse anymore in my scenario :)What is the recommended way to use just the core functionality of Treehouse without running the whole app at
/?