2
0
Fork 0

fix small mistake in mod_vhost.c example config comment

This commit is contained in:
Thomas Porzelt 2009-02-14 22:52:32 +01:00
parent cb4741c56d
commit 1ebe6dc37d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
* vhost.map ["dom1.com": mydom1, "dom2.tld": mydom2, "default": defaultdom];
* vhost.map_regex ["^(.+\.)?dom1\.com$": mydom1, "^dom2\.(com|net|org)$": mydom2, "default": defaultdom];
*
* vhost.pattern "/var/www/vhosts/$2$1/$0/pub/";
* vhost.pattern "/var/www/vhosts/$2.$1/$0/pub/";
* - maps test.lighttpd.net to /var/www/vhosts/lighttpd.net/test.lighttpd.net/pub/
* and lighttpd.net to /var/www/vhosts/lighttpd.net/lighttpd.net/pub/
*