1
0
mirror of https://github.com/v2fly/v2ray-examples.git synced 2025-02-25 16:09:30 +08:00
2018-04-16 17:47:18 +08:00

11 lines
247 B
Caddyfile

https://example.domain {
tls kiri_so@outlook.com
root /var/www/
proxy /test https://127.0.0.1:8443 {
header_upstream Host "example.domain"
header_upstream X-Forwarded-Proto "https"
insecure_skip_verify
}
}