552f2d0f34dad6c6d9e2db101c34d34282a4ecc7
[ashd.git] / examples / vhosts / patterns.conf
1 child default
2   exec dirplex default-site
3
4 child localhost
5   exec dirplex localhost
6
7 match
8   default
9   handler default
10
11 match
12   header host localhost(:[0-9]+)?$ i
13   handler localhost