$HTTP["host"] == "couchdb" {
    #server.document-root  = "/var/www/htdocs"
    proxy.server  = ( "/" => 
        ((
            "host" => "127.0.0.1",
            "port" => 5984
        ))
    )
}