我在使用 Caddy 代理指令时遇到了一些问题。我的标题都搞砸了,有些不会出现在任何请求中。
demo.raggaer.pw {
tls email@gmail.com
proxy / http://localhost:8080 {
header_upstream Host {>Host}
header_upstream X-Real-IP {remote}
header_upstream X-Forwarded-For {remote}
header_upstream X-Forwarded-Proto {scheme}
}
}
我希望在 chrome 控制台上看到这些标题。我不。此外,所有标题键都是小写的,这是不是很糟糕?