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