edit templates

This commit is contained in:
Arne Teuke
2025-01-27 14:41:09 +01:00
parent 24f07598aa
commit 654e50dbaf

View File

@@ -13,6 +13,11 @@ global
daemon daemon
<% if @hy_show_stats == true -%> <% if @hy_show_stats == true -%>
listen stats
bind *:8080
stats enable
stats uri /stats
stats auth joe:brown:P@sS
stats socket <%= @hy_stats_socket %> stats socket <%= @hy_stats_socket %>
<% end -%> <% end -%>
@@ -45,3 +50,4 @@ defaults
maxconn <%= @hy_maxconn %> maxconn <%= @hy_maxconn %>
### custom rules below ### ### custom rules below ###