I’m trying to set up a universal dashboard behind an apache reverse proxy. The dashboard doesn’t load completely, and I believe it is because the initial JS returns with URL to the / root directory of the webserver, but my reverse proxy needs to be prefixed with a folder for it to route correctly.
Before I play around with apache configs to translate the URLs and web requests, I wanted to ask whether there was a simple way me to specify the folder that the dashboard is published to in the webserver. Basically, if there was a setting or argument I could send through that would make the dashboard available at :/dashboard/ rather than :/
Thanks