Comment on nginx reverse proxy using subpaths help
SeriousBug@infosec.pub 1 year ago
You’ll need to check the documentation of every app, they usually have an option to set a base path so the app will add that base path to every link and resource.
If some of the apps don’t have support for that, the next option would be to build from source and patch all the links yourself.
SpaceCadet@sopuli.xyz 1 year ago
I was afraid it was going to come down to that. I have been looking into configuration options for the apps, but they’re 3rd party nodejs apps and I know jack shit about nodejs so I’ve had no luck with it so far.
Going with vhosts anyway (despite the pains it will create on this setup) seems to be the preferred way forward then.
Thanks for the insight, and for confirming what I already suspected.