изменил конфигурацию

This commit is contained in:
Artur Galyamov 2023-01-29 16:43:15 +05:00
parent 0089d32507
commit f3e74ff5c2

@ -8,4 +8,8 @@ server {
location / {
proxy_pass http://localhost:8888;
}
location /static/ {
alias /var/www/crossposting/backend/current/static/;
expires max;
}
}