Fix: send haproxy logs to stdout
This commit is contained in:
parent
fcc7980602
commit
5f9eac4b8a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ defaults
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
global
|
global
|
||||||
log /dev/log local0
|
log stdout format raw local0 info
|
||||||
maxconn 2000
|
maxconn 2000
|
||||||
tune.ssl.default-dh-param 2048
|
tune.ssl.default-dh-param 2048
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue