Compare commits

..

3 Commits

Author SHA1 Message Date
Jenkins Server
1a85d03ab3 Merge remote-tracking branch 'origin/master' into jenkins-build-6 2026-09-05 13:03:00 +02:00
281ce92cd8 OP#669 fix head 2026-09-05 13:01:40 +02:00
Jenkins Server
aa92f1c5a5 Recommit for updates in build 5 2026-09-05 12:59:46 +02:00

View File

@@ -50,7 +50,6 @@ defaults
timeout check <%= @hy_timeout_check %>
maxconn <%= @hy_maxconn %>
<% if @hy_show_stats == true -%>
listen stats
bind *:8404
mode http
@@ -60,7 +59,6 @@ listen stats
stats auth <%= @hy_stats_auth %>
stats refresh 30s
stats admin if TRUE # Allow admin actions if logged in
<% end -%>
<% if @hy_manage_be_users == true -%>
<%= @hy_be_userlist %>