Релиз
Some checks failed
Production Build / publish (push) Failing after 10s

This commit is contained in:
2026-04-09 12:18:10 +03:00
commit bfa62ca2c6
6 changed files with 79 additions and 0 deletions

4
nginx.conf Normal file
View File

@ -0,0 +1,4 @@
location /lists {
autoindex on;
try_files $uri $uri/ $uri.txt;
}