in reply to Mojolicious, apache reverse proxy

Which mojo version?

hmmm What is before_dispatch mojo supposed to be doing?

interesting https://stackoverflow.com/questions/23571608/configure-urls-with-prefix-in-mojolicious-behind-reverse-proxy-proxypass/52211430#52211430

https://mojolicious.io/blog/2019/03/18/reverse-proxy-with-path/

Replies are listed 'Best First'.
Re^2: Mojolicious, apache reverse proxy
by slatibart (Sexton) on Sep 23, 2019 at 09:34 UTC
    So my bonus question is solved and I am able to mount my app under whatever/pat/needed

    However the routing is borked.

    Using the home button / links works but for route /user mojolicous thr +ows an error. "None of these routes could generate a response for your GET request f +or //user, maybe you need to add a new one?"
    I have to figure out where the extra slash is coming from and where to get rid of it. Simply adding another / in the get doesn't work