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 != '' -%>
balance <%= @be_balance %>
<% end -%>
<% @be_server_name.each do |be_server| -%>
server <%= be_server %>

View File

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

View File

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