From 666ae5117f2f428a588eaf0001056b902cd0bd51 Mon Sep 17 00:00:00 2001 From: Miwory Date: Thu, 9 Apr 2026 12:44:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BE=D1=82=D0=B4?= =?UTF-8?q?=D0=B0=D1=87=D0=B8=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index a767cf8..2385a34 100644 --- a/nginx.conf +++ b/nginx.conf @@ -8,7 +8,6 @@ server { } location @lists { - root /; try_files /lists$uri.txt =404; } }