目的:在自己的 VPS 上做 reverse proxy ,反向代理 google , 2333 。
遇到: 404
我的 lighttpd.conf 配置 proxy 部分如下:
$HTTP["host"] == "gniux.me" {
proxy.balance = "hash"
proxy.server = ( "" =>
( "gniux.me" =>
( "host" => "216.58.211.238" ),
( "host" => "173.194.71.102",
"port" => 80
)
)
)
}
# 换了几个 google 的 IP 都还是 404 。。。。哪里姿势不对?请指教。
谢
遇到: 404
我的 lighttpd.conf 配置 proxy 部分如下:
$HTTP["host"] == "gniux.me" {
proxy.balance = "hash"
proxy.server = ( "" =>
( "gniux.me" =>
( "host" => "216.58.211.238" ),
( "host" => "173.194.71.102",
"port" => 80
)
)
)
}
# 换了几个 google 的 IP 都还是 404 。。。。哪里姿势不对?请指教。
谢