Skip to content

Commit

Permalink
Use nginx internal redirect for song covers
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Aug 7, 2023
1 parent 7df1053 commit c8da57a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MafiAStarLite/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ server {
include uwsgi_params;
uwsgi_pass 127.0.0.1:3008;
}

location /songs_internal {
internal;
alias /app/songs;
}
}

0 comments on commit c8da57a

Please sign in to comment.