add option for backend user list
This commit is contained in:
@@ -107,7 +107,8 @@ $hy_log_default = 'global',
|
|||||||
$hy_use_tcplog = true,
|
$hy_use_tcplog = true,
|
||||||
$hy_use_httplog = false,
|
$hy_use_httplog = false,
|
||||||
$hy_use_dontlognull = true,
|
$hy_use_dontlognull = true,
|
||||||
|
$hy_manage_be_users = false
|
||||||
|
$hy_be_userlist = undef,
|
||||||
|
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
|||||||
@@ -64,5 +64,10 @@ listen stats
|
|||||||
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
|
||||||
|
|
||||||
|
<% if $hy_manage_be_users == true -%>
|
||||||
|
<%= @hy_be_userlist %>
|
||||||
|
<% end -%>
|
||||||
|
|
||||||
|
|
||||||
### custom rules below ###
|
### custom rules below ###
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user