изменил конфигурацию #42
This commit is contained in:
parent
0089d32507
commit
f3e74ff5c2
@ -8,4 +8,8 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
proxy_pass http://localhost:8888;
|
proxy_pass http://localhost:8888;
|
||||||
}
|
}
|
||||||
|
location /static/ {
|
||||||
|
alias /var/www/crossposting/backend/current/static/;
|
||||||
|
expires max;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user