Compare commits
1 Commits
1a85d03ab3
...
a49c2b4320
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a49c2b4320 |
@@ -50,6 +50,7 @@ defaults
|
|||||||
timeout check <%= @hy_timeout_check %>
|
timeout check <%= @hy_timeout_check %>
|
||||||
maxconn <%= @hy_maxconn %>
|
maxconn <%= @hy_maxconn %>
|
||||||
|
|
||||||
|
<% if @hy_show_stats == true -%>
|
||||||
listen stats
|
listen stats
|
||||||
bind *:8404
|
bind *:8404
|
||||||
mode http
|
mode http
|
||||||
@@ -59,6 +60,7 @@ listen stats
|
|||||||
stats auth <%= @hy_stats_auth %>
|
stats auth <%= @hy_stats_auth %>
|
||||||
stats refresh 30s
|
stats refresh 30s
|
||||||
stats admin if TRUE # Allow admin actions if logged in
|
stats admin if TRUE # Allow admin actions if logged in
|
||||||
|
<% end -%>
|
||||||
|
|
||||||
<% if @hy_manage_be_users == true -%>
|
<% if @hy_manage_be_users == true -%>
|
||||||
<%= @hy_be_userlist %>
|
<%= @hy_be_userlist %>
|
||||||
|
|||||||
Reference in New Issue
Block a user