mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
fix: Caddy routing for /admin without trailing slash
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
}
|
||||
|
||||
# Admin Web UI → Python service
|
||||
handle /admin {
|
||||
reverse_proxy localhost:3000
|
||||
}
|
||||
handle /admin/* {
|
||||
reverse_proxy localhost:3000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user