diff --git a/infra/nginx.conf b/infra/nginx.conf index 853b8b1..93ceb82 100644 --- a/infra/nginx.conf +++ b/infra/nginx.conf @@ -18,6 +18,12 @@ server { location /media/ { alias /media/; } + location /backend_static/ { + alias backend_static/; + } + location /api_static/ { + alias api_static/; + } location / { alias /staticfiles/; index index.html index.htm;