1# 2# hosting.config 3# 4# Documentation: 5# https://docs.trafficserver.apache.org/en/latest/admin-guide/files/hosting.config.en.html 6# 7# The purpose of this file is to specify the volumes that 8# specific hostnames or domains should be stored in. 9# 10# Each line consists of a set of tag value pairs. The pairs 11# are in the format <tag>=<value> 12# 13# Each line must include exactly one primary specifier 14# 15# Primary destination specifiers are 16# domain= 17# hostname= 18# 19# 20# Available directives are: 21# volume= (comma separated list of volumes) 22# 23# All requests that 24# don't belong to the list of hostnames in this file go to the 25# volumes specified with the hostname or domain name = '*' 26# 27# For example: to store all example.com objects in volume 2 28# hostname=www.example.com volume=2 29# To direct all other requests to volumes 3 and 4 30# hostname=* volume=3,4 31# 32