Fix nginx conf

This commit is contained in:
2026-02-03 03:08:00 +04:00
parent 79f259f496
commit af4af18caa

View File

@@ -8,8 +8,9 @@ server {
return 301 $1/; return 301 $1/;
} }
# Main location
location / { location / {
try_files $uri $uri/ $uri.html /index.html; try_files $uri $uri/ $uri.html;
} }
error_page 404 /404.html; error_page 404 /404.html;