Browse Source

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

pull/47/head
Artur Galyamov 2 years ago
parent
commit
f3e74ff5c2
  1. 4
      conf/nginx/crossposting.conf

4
conf/nginx/crossposting.conf

@ -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…
Cancel
Save