From 75fb573656ba7870caa5b1d3b3d49c326cca7f4d Mon Sep 17 00:00:00 2001 From: Miwory Date: Thu, 9 Apr 2026 12:38:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0=20?= =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=D0=B0=20nginx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 339db36..a767cf8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -8,7 +8,7 @@ server { } location @lists { - alias /lists; - try_files $uri.txt =404; + root /; + try_files /lists$uri.txt =404; } }