How can I hide a service behind a proxy with #Apache ?
Like I have @navidrome running on standard port 4533 but I would like to Proxy it behind apache. So when I go to my website(dot)com/music I can reach it (as well with the apps so prolly websockets needs to be configured?).

I’m doing:
ProxyPass /music/ http://127.0.0.1:4533/music/
ProxyPassReverse /music/ http://127.0.0.1:4533/music/

But when i go to mywebsite(dot)com/music it goes to mywebsite(dot)com/app/

WTF?

Apache2 running on #debian

  • Ryan
    cake
    M
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    25 days ago

    but your proxy config redirects to that path. That sounds wrong, then. unless I don’t get something here. (my reverse proxy is nginx, so …)