first commit

This commit is contained in:
Mateusz Gruszczyński
2026-04-12 22:38:16 +02:00
parent 96691ef745
commit 2f9d507bf9

View File

@@ -77,6 +77,8 @@ server {
} }
location / { location / {
index index.html;
try_files $uri =404; try_files $uri =404;
if ($static_file) { if ($static_file) {