improve the example based on a comment from dllm70-boborosso (at) yahoo.com

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@881 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.11
Jan Kneschke 18 years ago
parent 7d2a0ff6dc
commit 79d9f26032

@ -126,8 +126,8 @@ Example
}
# handish virtual hosting
# map all subdomains to a single document-root
$HTTP["host"] =~ "\.example\.org$" {
# map all domains of a top-level-domain to a single document-root
$HTTP["host"] =~ "(^|\.)example\.org$" {
server.document-root = "/var/www/htdocs/example.org/pages/"
}

Loading…
Cancel
Save