Added some simple configuration examples.
[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