fixed nginx template

This commit is contained in:
Till Robin Zickel 2023-01-31 10:28:03 +01:00 committed by Georg Krause
commit f7924cb391
No known key found for this signature in database
GPG key ID: 2970D504B2183D22

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 '*';
}