I think so, and my server uses Linux.
// This should point to the directory where your config.php file resides.
$_CONF[\'/home/tilight/\'] = \'/path/to/geeklog/\'; // should end in a slash
// You only need to change this if you moved or renamed the public_html
// directory. In that case, you should specify the complete path to the
// directory (i.e. without the $_CONF[\'path\']) like this:
// $_CONF[\'path_html\'] = \'/path/to/your/public_html/\';
$_CONF[\'public_html/\'] = $_CONF[\'path\'] . \'public_html/\';