X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/bd82ff44d718735b6d8d58e049f046c62f6d2e2f..bebb15613130e676fb7cc1cb4cf83f605d44c6dc:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 181c525..38c0432 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -10,15 +10,17 @@ $GLOBALS['phinde'] = array( 'www.example.org', 'test.example.org' ), - //list of URL beginnings that should be ignored - 'blacklist' => array( - 'http://bad.example.org/' - ), //list of regexes for URLs that should not be crawled 'crawlBlacklist' => array( ), + //modify URLs with regex + 'urlRewrites' => array( + // '^http://example.org/' => 'https://example.org/', + ), //verbose output 'debug' => true, + //full path to log file + 'logfile' => null, //time in seconds after which URLs may be re-indexed 'refreshtime' => 86400, //if directly linked URLs shall be indexed, even if they are