Hello,
I'm using Fabio as load balancer on my nomad cluster and have following issue, that my resources (css and js files) cannot be loaded correctly. This is how my 2 sites are configured:
urlprefix-/my-first-site strip=/my-first-site
urlprefix-/my-second-site strip=/my-second-site
I added strip because in html pages resources will be accessed i.e. <link href="/main.css"..
Question: is this a "right" approach? I checked documentation but didn't found an example with multiple sites behind fabio. I'm sure that the question is simple, but I don't get how to fix my issue :)
Hello,
I'm using Fabio as load balancer on my nomad cluster and have following issue, that my resources (css and js files) cannot be loaded correctly. This is how my 2 sites are configured:
urlprefix-/my-first-site strip=/my-first-siteurlprefix-/my-second-site strip=/my-second-siteI added
stripbecause in html pages resources will be accessed i.e.<link href="/main.css"..Question: is this a "right" approach? I checked documentation but didn't found an example with multiple sites behind fabio. I'm sure that the question is simple, but I don't get how to fix my issue :)