Remove httplog directive from backends as ignored
Option httplog directive is ignored in backends http://cbonte.github.io/haproxy-dconv/2.0/configuration.html#4-option%20httplog Change-Id: I792f22b8e20b3ca34be78a9c87ca0f1050f9225c
This commit is contained in:
parent
800254b354
commit
9b1fd69588
@ -93,7 +93,6 @@ backend {{ item.service.haproxy_service_name }}-back
|
||||
{% endif %}
|
||||
{% if request_option == "http" %}
|
||||
option forwardfor
|
||||
option httplog
|
||||
{% elif request_option == "tcp" %}
|
||||
option tcplog
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user