Remove trailing / from caddy pathproxy

This commit is contained in:
Bram Veenboer
2025-06-12 21:19:48 +02:00
parent 05107b8b6f
commit 90821f7635

View File

@@ -8,7 +8,7 @@
} }
(pathproxy) { (pathproxy) {
handle /{args[0]}/* { handle /{args[0]}* {
reverse_proxy http://{args[1]} reverse_proxy http://{args[1]}
} }
} }