From 1c1ef5e1c0b5afa6eb495aa9002c3b0df24ed018 Mon Sep 17 00:00:00 2001 From: Sergey Mazilin Date: Thu, 16 Nov 2023 23:17:29 +0400 Subject: [PATCH] backend_static --- infra/nginx.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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;