Better document MUSIC_DIRECTORY_PATH

This commit is contained in:
Jocelyn Delalande 2018-06-10 22:51:24 +02:00
commit 4e9aa16d05
4 changed files with 9 additions and 1 deletions

View file

@ -113,4 +113,4 @@ RAVEN_DSN=https://44332e9fdd3d42879c7d35bf8562c6a4:0062dc16a22b41679cd5765e5342f
# You can safely leave those settings uncommented if you don't plan to use
# in place imports.
# MUSIC_DIRECTORY_PATH=
# MUSIC_DIRECTORY_SERVE_PATH=
# MUSIC_DIRECTORY_SERVE_PATH= # docker-only

View file

@ -83,6 +83,7 @@ server {
# this is an internal location that is used to serve
# audio files once correct permission / authentication
# has been checked on API side
# Set this to the same value as your MUSIC_DIRECTORY_PATH setting
internal;
alias /srv/funkwhale/data/music;
}