serve media
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m19s

This commit is contained in:
2025-07-25 16:07:22 +05:00
parent 118ad52c71
commit a46f2635ad

View File

@@ -9,6 +9,10 @@ server {
location /static/ {
alias /var/www/html/staticfiles/;
}
location /media/ {
alias /home/www/html/media/;
}
# Forward requests to Gunicorn
location / {