mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/haproxy: use a local syslog socket, closes #18
This commit is contained in:
parent
6cf489906b
commit
5a7459707f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
function haproxy_syslog()
|
||||
{
|
||||
$syslogconf = array();
|
||||
$syslogconf['haproxy'] = array("facility" => array('haproxy'), "remote" => "haproxy");
|
||||
$syslogconf['haproxy'] = array("facility" => array('haproxy'), "local" => "/var/run/haproxy/var/run/log");
|
||||
return $syslogconf;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue