以下配置(/etc/lighttpd/lighttpd.conf
)似乎重定向到默认页面
$HTTP["host"] == "pool.ntp.org|ch.pool.ntp.org" {
accesslog.filename = "/var/log/lighttpd/pool.ntp.org_access.log"
$HTTP["url"] =~ "^/$" {
url.redirect = ( "" => "https://ntppool.org" )
url.redirect-code = 302
}
}
重定向此流量的正确方法是什么?
输入此内容后,主机文件将 pool.ntp.org 指向该服务器的 IP,结果是一个包含<h1>default</h1>
默认服务器内容的页面