Fixes so services page comes up (hopefully)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-03-09 22:02:28 -03:00
parent a9c25917f0
commit d7e427f164
2 changed files with 6 additions and 3 deletions

View File

@@ -103,9 +103,9 @@ http {
access_log off;
}
# Default location
# Default location: try $uri.html so /services serves services.html, /services/foo serves services/foo.html
location / {
try_files $uri $uri/ /index.html;
try_files $uri $uri.html $uri/ /index.html;
}
# 410 Gone: permanently removed URLs (tells crawlers to deindex)