# # # 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 = # # 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 #