This file is indexed.

/etc/apache2/conf-available/cockpit-freedombox.conf is in plinth 0.24.0.

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
14
15
16
##
## On all sites, provide cockpit on the path: /_cockpit/
##
## Requires the following Apache modules to be enabled:
##   mod_headers
##   mod_proxy
##   mod_proxy_http
##   mod_proxy_wstunnel
##
<Location /_cockpit/>
    ProxyPass http://localhost:9090/_cockpit/
</Location>

<Location /_cockpit/cockpit/socket>
    ProxyPass ws://localhost:9090/_cockpit/socket
</Location>