adds backend rule

This commit is contained in:
Arne Teuke
2019-01-07 20:00:18 +01:00
parent 0f6f603f8f
commit b7acbbfb73
4 changed files with 26 additions and 3 deletions

View File

@@ -2,6 +2,9 @@
frontend <%= @frontend_name %>
mode <%= @frontend_mode %>
bind <%= @fe_bind_mode %>
<% if @fe_maxconn != '' -%>
maxconn <%= @fe_maxconn %>
<% end -%>
<% if @fe_use_backend != '' -%>
use_backend <%= @fe_use_backend %>
<% else -%>