This file is indexed.

/etc/trafficserver/hosting.config is in trafficserver 3.2.4-1ubuntu1.

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
24
25
26
27
#
# 
# The purpose of this file is to specify the volumes that 
# specific hostnames or domains should be stored in.
#
# Each line consists of a set of tag value pairs.  The pairs
#   are in the format  <tag>=<value>
#
# Each line must include exactly one primary specifier
#
#   Primiary destination specifiers are
#     domain=
#     hostname=
#
#
# Available directives are:
# volume=  (comma separated list of volumes)
#  
# All requests that 
# don't belong to the list of hostnames in this file go to the 
# volumes specified with the hostname or domain name = '*'
# 
# For example: to store all inktomi objects in volume 2 
# hostname=www.example.com  volume=2
# To direct all other requests to volumes 3 and 4
# hostname=*	volume=3,4
#