Simplify SplitHTTP further, and add Caddyfile

This commit is contained in:
mmmray
2024-06-21 21:37:21 +02:00
parent f605cda6a0
commit f89fc355c6
4 changed files with 9 additions and 36 deletions

View File

@@ -0,0 +1,5 @@
localhost:443 {
handle /split/* {
reverse_proxy http://127.0.0.1:1234
}
}