staticfiles added to nginx config

This commit is contained in:
2024-11-24 22:28:01 +00:00
parent 16b4b6fcad
commit 8a0edb7af6
2 changed files with 4 additions and 0 deletions

BIN
app/staticfiles/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -13,4 +13,8 @@ server {
proxy_redirect off;
}
location /static/ {
alias /home/app/web/staticfiles/;
}
}