Running Discourse at / while serving a custom app at /tickets on the same domain

@pfaffman So what I’m taking away is: reuse the concept, not the configuration — put an external reverse proxy in front that routes:

  • / → Discourse

  • /tickets → my custom app

Discourse remains unaware of /tickets entirely.
So look at this, right: Serve Discourse from a subfolder (path prefix) instead of a subdomain

1 Like