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