feat: create nginx redirects

This commit is contained in:
2024-10-05 22:20:00 +01:00
parent 2b194ad10c
commit 9ccbace175
2 changed files with 51 additions and 16 deletions

View File

@ -206,4 +206,4 @@ pub async fn head_blob(sha256: &str, fs: &State<FileStore>) -> Status {
} else {
Status::NotFound
}
}
}