Fix static files path in nginx.conf

This commit is contained in:
PCoder 2022-09-19 09:57:57 +05:30
parent 13b7918de1
commit 600ae8e5de
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ server {
location /static/ {
alias /home/app/app/staticfiles/;
alias /home/app/app/static/;
}
}