[SOLVED] Relative URL issue when reverse proxy-ing into subfolder of domain

I’m trying to reverse proxy gitea on a subfolder of my domain, but when I go there, no assets load in since the HTML uses relative URLs and it resolves to maindomain.org/[asset_path] rather than maindomain.org/gitea/[asset_path]. Something I’m doing wrong? Or is this a known thing? I’m using Apache with all the stuff specified for this to work in docs for reverse proxy -> subfolder, but no dice.

Solved, was an issue with the init.d script not referrencing the correct app.ini