From f3e74ff5c2227d28439440bee43264d86b1a54d2 Mon Sep 17 00:00:00 2001 From: Artur Galyamov Date: Sun, 29 Jan 2023 16:43:15 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8E=20#42?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/nginx/crossposting.conf | 4 ++++ 1 file changed, 4 insertions(+) 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