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

5 lines
165 B
Plaintext
Raw Normal View History

2022-08-29 20:14:13 +02:00
$HTTP["host"] =~ "(^|\.)tao\.local$" {
server.name = "tao.local"
server.document-root = "/home/crp/workspace/transferAll"
server.error-handler-404 = "/e404.php"
}