diff --git a/conf/nginx/crossposting.conf b/conf/nginx/crossposting.conf index 47dce58..3be1075 100644 --- a/conf/nginx/crossposting.conf +++ b/conf/nginx/crossposting.conf @@ -8,4 +8,8 @@ server { location / { proxy_pass http://localhost:8888; } + location /static/ { + alias /var/www/crossposting/backend/current/static/; + expires max; + } } \ No newline at end of file