staticfiles added to nginx config
This commit is contained in:
BIN
app/staticfiles/favicon.ico
Normal file
BIN
app/staticfiles/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -13,4 +13,8 @@ server {
|
||||
proxy_redirect off;
|
||||
}
|
||||
|
||||
location /static/ {
|
||||
alias /home/app/web/staticfiles/;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user