Merge "Fix warnings in haproxy config"
This commit is contained in:
2 changed files with 1 additions and 3 deletions
@@ -108,8 +108,6 @@ backend {{ item.service.haproxy_service_name }}-back
{% endif %}
{% if request_option == "http" %}
option forwardfor
{% elif request_option == "tcp" %}
option tcplog
{% endif %}
{% for option in backend_options %}
option {{ option }}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.