This file is indexed.

/usr/share/doc/doc-central/README.Debian is in doc-central 1.8.3.

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
17
18
19
20
21
22
23
doc-central as of 1.8.2+nmu3
----------------------------

  Doc-central is no longer allowed to automatically install content
  below '/var/www/'. This is dictated by FHS compliance.
  
  The old packages used to offer a local service
  
          "http://localhost/dc/".
	  
  This can now be accomplished by registering an alias with the web
  server, or failing that, for a less capable web server, by manually
  creating a soft link for the desired location below the web document
  root, then pointing to '/usr/share/doc-central/www'.

  To exemplify, the gist of these server aliases could be

    (Apache2)   Alias  /dc  /usr/share/doc-central/www

    (Lighttpd)  alias.url += ( "/dc/" => "/usr/share/doc-central/www/" )

  This package installs a ready made, but restrictive, alias
  definition for Apache2 in '/etc/apache2/conf.d/'.