fix nginx media serve

This commit is contained in:
godd0t 2023-05-10 16:02:24 +02:00
parent 32276412fc
commit dcbc68d26a
1 changed files with 3 additions and 0 deletions

View File

@ -12,7 +12,10 @@ http {
autoindex on;
alias /usr/src/app/static/;
}
}
server {
listen 80;
location /media {
autoindex on;
alias /usr/src/app/media/;