mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-04-21 17:59:30 +08:00
12 lines
183 B
Caddyfile
12 lines
183 B
Caddyfile
https://xx.com:443 {
|
|
tls yy@zz.com
|
|
root * /var/www
|
|
file_server
|
|
|
|
reverse_proxy /path 127.0.0.1:2001 {
|
|
transport http {
|
|
versions h2c
|
|
}
|
|
}
|
|
}
|