From f593208760a4eebf3edc5e79fcbecd5c5f62167b Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Sun, 2 Jan 2022 02:25:32 +0100 Subject: [PATCH] Add the relevant directive in nginx config It could save somebody's time, so I put it there. --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index ba905f8..1c40c3b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,6 +9,6 @@ server { } location /static { - TODO + alias ... } }