Another attempt to fix placeholder page

This commit is contained in:
2025-01-21 15:32:38 +00:00
parent d72b1fe7e8
commit cf0cb00e82
2 changed files with 5 additions and 3 deletions

View File

@@ -10,8 +10,10 @@
health_status 200
}
handle /repo {
rewrite * /repo/placeholder.html
handle /repo/* {
root * /var/www/html
try_files * /repo/placeholder.html
file_server
}
}