Фикс отдачи файлов
All checks were successful
Production Build / publish (push) Successful in 16s

This commit is contained in:
2026-04-09 12:44:03 +03:00
parent 75fb573656
commit 666ae5117f

View File

@ -8,7 +8,6 @@ server {
}
location @lists {
root /;
try_files /lists$uri.txt =404;
}
}