Remove trailing / from caddy pathproxy
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
(pathproxy) {
|
(pathproxy) {
|
||||||
handle /{args[0]}/* {
|
handle /{args[0]}* {
|
||||||
reverse_proxy http://{args[1]}
|
reverse_proxy http://{args[1]}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user