koel / docker

A minimal docker image for the koel music streaming server.
https://hub.docker.com/r/phanan/koel/
MIT License
166 stars 54 forks source link

Update XSendFilePath when MEDIA_PATH is set #153

Open red-coracle opened 1 year ago

red-coracle commented 1 year ago

Currently the XSendFilePath is hard-coded in apache.conf. When I migrated a previous install to a docker host I kept the original directory path instead of using the default /music and this was required in order to get files to play while still using x-sendfile as the streaming method.