fixed nginx template

This commit is contained in:
Till Robin Zickel 2023-01-31 10:28:03 +01:00 committed by Georg Krause
parent 96bbe2131a
commit f7924cb391
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ server {
# has been checked on API side.
# Set this to the same value as your MUSIC_DIRECTORY_PATH setting.
internal;
alias ${MUSIC_DIRECTORY_SERVE_PATH};
alias ${MUSIC_DIRECTORY_SERVE_PATH}/;
add_header Access-Control-Allow-Origin '*';
}