tao-test/app/tao/install/conf/lighttpd/vhost.cnf

5 lines
165 B
INI

$HTTP["host"] =~ "(^|\.)tao\.local$" {
server.name = "tao.local"
server.document-root = "/home/crp/workspace/transferAll"
server.error-handler-404 = "/e404.php"
}