Added repo stripping to try and fix redirect

This commit is contained in:
2025-01-24 11:00:45 +00:00
parent f99bc8a1e7
commit da9da5010e

View File

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