edit templates

This commit is contained in:
Arne Teuke
2025-01-27 15:48:04 +01:00
parent 270d81da14
commit 9aae457665
3 changed files with 0 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ acl <%= @acl_rule_back %>
<% if @be_balance != '' -%> <% if @be_balance != '' -%>
balance <%= @be_balance %> balance <%= @be_balance %>
<% end -%> <% end -%>
<% @be_server_name.each do |be_server| -%> <% @be_server_name.each do |be_server| -%>
server <%= be_server %> server <%= be_server %>

View File

@@ -7,7 +7,6 @@ maxconn <%= @fe_maxconn %>
<% elsif @fe_maxconn == '' -%> <% elsif @fe_maxconn == '' -%>
# #
<% end -%> <% end -%>
<% if @acl_rule_front != '' -%> <% if @acl_rule_front != '' -%>
acl <%= @acl_rule_front %> acl <%= @acl_rule_front %>
<% end -%> <% end -%>

View File

@@ -18,7 +18,6 @@ global
stats enable stats enable
stats uri /stats stats uri /stats
stats auth joe:brown:P@sS stats auth joe:brown:P@sS
stats socket <%= @hy_stats_socket %>
<% end -%> <% end -%>
defaults defaults