mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:39:49 +00:00
add paths for library static files
This commit is contained in:
@@ -38,6 +38,15 @@ server {
|
|||||||
uwsgi_pass localhost:8080;
|
uwsgi_pass localhost:8080;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /admin {
|
||||||
|
include uwsgi_params;
|
||||||
|
uwsgi_pass localhost:8080;
|
||||||
|
}
|
||||||
|
|
||||||
|
location /static/ {
|
||||||
|
alias /app/staticfiles/;
|
||||||
|
}
|
||||||
|
|
||||||
root /app/static;
|
root /app/static;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user