重新启动时出现HAProxy错误。这是我的错误:
`add_filter( 'woocommerce_countries_inc_tax_or_vat', function ()
{
return __( '(calculating)', 'woocommerce' );
});`
我的配置文件:
答案 0 :(得分:0)
由于您使用的是systemd,因此应使用systemd单元文件而不是init.d脚本。
我不知道你是如何安装haproxy的,你可以在haproxy源目录(haproxy.service
)中找到contrib/systemd
,将其复制到systemd文件夹并使用它。
cp contrib/systemd_haproxy.service /lib/systemd/system/
systemctl daemon-reload
systemctl enable haproxy
systemctl start haproxy
systemctl status haproxy