0
0
mirror of https://github.com/XTLS/Xray-examples.git synced 2025-08-27 08:55:32 +00:00

Update Caddyfile

This commit is contained in:
xqzr 2024-10-26 02:48:55 +08:00 committed by GitHub
parent f7e1a4e5b4
commit fb19ed3ed6
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
reverse_proxy http://127.0.0.1:1234/
}
}