This file is indexed.

/usr/share/crmsh/scripts/haproxy/haproxy.cfg is in crmsh 2.2.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
global
  maxconn 256
  daemon

defaults
  mode http
  timeout connect 5000ms
  timeout client 50000ms
  timeout server 50000ms

listen http-in
  bind 0.0.0.0:80
  stats enable