mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-11-21 12:15:35 +08:00
Simplify SplitHTTP further, and add Caddyfile
This commit is contained in:
5
VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile
Normal file
5
VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile
Normal file
@@ -0,0 +1,5 @@
|
||||
localhost:443 {
|
||||
handle /split/* {
|
||||
reverse_proxy http://127.0.0.1:1234
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user