Update Caddyfile

This commit is contained in:
xqzr 2024-10-26 03:10:34 +08:00 committed by GitHub
parent ef8962658d
commit 2a3aa86e4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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