lighttpd サブドメインごとにディレクトリを自動で振り分け
メモ
$HTTP[“host”] =~ “^....com” {
server.document-root = “/var/www/html/“
evhost.path-pattern = “/var/www/%0/%3/“
}
メモ
$HTTP[“host”] =~ “^....com” {
server.document-root = “/var/www/html/“
evhost.path-pattern = “/var/www/%0/%3/“
}