mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-19 06:19:29 +08:00
11 lines
247 B
Caddyfile
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
|
|
}
|
|
|
|
} |