lighttpd 配置 反向代理
#代理81端口的服务到xxx.domain.com
# lighttpd.conf $HTTP["host"] == "xxx.domain.com" { proxy.balance = "hash" proxy.server = (""=> ( ("host" =>"127.0.0.1","port"=>81) ) ) }
#代理81端口的服务到xxx.domain.com
# lighttpd.conf $HTTP["host"] == "xxx.domain.com" { proxy.balance = "hash" proxy.server = (""=> ( ("host" =>"127.0.0.1","port"=>81) ) ) }