This file is indexed.

/etc/apache2/conf-available/piuparts-master.conf is in piuparts-master 0.64ubuntu1.

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
Alias /piuparts /var/lib/piuparts/htdocs

<Directory /var/lib/piuparts/htdocs>
  Require all granted

  Options indexes
  IndexOptions FancyIndexing NameWidth=*

  AddType text/plain .log
  AddDefaultCharset utf-8
</Directory>
# vim:set syn=apache: