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