Skip to content

Commit

Permalink
Added nbproc when it is 1
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
tersmitten committed Jan 20, 2016
1 parent 6566b78 commit db45dc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/etc/haproxy/global.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
ssl-default-bind-options {{ haproxy_global_ssl_default_bind_options }}
{% endif %}

{% if haproxy_global_nbproc > 1 %}
nbproc {{ haproxy_global_nbproc }}
{% endif %}

{% for tune in haproxy_global_tune | default([]) %}
tune.{{ tune.key }} {{ tune.value }}
Expand Down

0 comments on commit db45dc3

Please sign in to comment.