just to clarify: you can access navidrome under http://127.0.0.1:4533/music/? That part works?
Navidrome Music Server (Unofficial)
Navidrome is a free, open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. https://www.navidrome.org
This is an unofficial community. However, we adhear to the official Code Of Conduct set by the Navidrome project.
@ryan_harg I access it without /music/
Just localhost:port
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 ...)
@ryan_harg I wanted to put the service under mysite/music
The music server works on mysite:port and stop. Can be this the issue?
i think you should loose the path on the right side.
@ryan_harg you mean I can’t use /music ?
well if navidrome doesn't listen to it, then no. you can still use it on the Apache listening side: example.com/music/ redirecting to http://127.0.0.1:4533/ that is. Give it a try.
@ryan_harg well that was the goal I was trying to achieve... but unfortunately doesn’t work. Prolly with BaseUrl in the navidrome conf I can redirect to /music
Gonna try as soon I got home
Thanks
@ryan_harg @breadsmasher I found I can configure a parameter on Navidrome settings called BaseUrl that allowed me to activate Navidrome server under /music so now the proxy works. Thanks a lot
did you succeed?
@ryan_harg yes. I changed Navidrome baseUrl to put it on /music and finally the Proxy/ReverseProxy worked
you could also see if you notice requests arriving in the navidrome logs somewhere...
Does your configuration forward to (wildcard)/app
on some default route?