fix nginx path
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m38s

This commit is contained in:
2025-07-27 13:23:14 +05:00
parent 80fc27fd74
commit d0c809489c

View File

@@ -10,7 +10,7 @@ server {
alias /var/www/html/staticfiles/; alias /var/www/html/staticfiles/;
} }
location /media/ { location /media/ {
alias /home/www/html/media/; alias /var/www/html/media/;
} }