You've never needed, there's nothing new these days, just as many poorly configured apps that assume they're on a root path.
Reverse proxies are terrible to configure, add processing overhead to every request, violate security boundaries (cookies, localstore, CSP and other security headers are now shared) and introduce new bugs (rewrite didn't know a header, HTML element, JS variable, CSS text should/shouldn't be adjusted).
Reverse proxies are terrible to configure, add processing overhead to every request, violate security boundaries (cookies, localstore, CSP and other security headers are now shared) and introduce new bugs (rewrite didn't know a header, HTML element, JS variable, CSS text should/shouldn't be adjusted).