Added repo stripping to try and fix redirect

This commit is contained in:
2025-01-24 11:00:45 +00:00
parent 7b0e267a58
commit 140af7017e

View File

@@ -11,6 +11,7 @@
}
route /repo/* {
uri strip_prefix /repo
reverse_proxy repo-placeholder:80
}
}