【发布时间】:2020-01-19 16:43:57
【问题描述】:
我的清漆反向代理设置有问题。 我们有一个指向不同 IP 的域
root@vproxy:~# service varnish restart Message from VCC-compiler:
Backend host "xxx.xxxxxx.net": resolves to too many addresses. Only one IPv4 and one IPv6 are allowed.
Please specify which exact address you want to use, we found all of these:
128.x.x.1
128.x.x.2
128.x.x.3
128.x.x.4
('input' Line 17 Pos 13)
.host = "xxx.xxxxxx.net";
------------#################-
Running VCC-compiler failed, exited with 2
VCL compilation failed * Syn
tax check failed, not restarting
我们希望清漆自动从多个 IP 中提取并使用它。我怎样才能做到这一点。
【问题讨论】:
标签: cloud reverse-proxy varnish