diff options
author | Lars Hjemli | 2009-08-20 17:42:14 +0200 |
---|---|---|
committer | Lars Hjemli | 2009-08-24 10:22:58 +0200 |
commit | b4dc93dc76fabf043b7679f8fcab91cdb1f418c6 (patch) | |
tree | 645b27315e1b8adaefe88083f6416e0743faef9b | |
parent | cgit.c: add support for caching autodetected repositories (diff) | |
download | cgit-b4dc93dc76fabf043b7679f8fcab91cdb1f418c6.tar.gz cgit-b4dc93dc76fabf043b7679f8fcab91cdb1f418c6.zip |
cgitrc.5.txt: document repo.scan and cache-scanrc-ttl
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | cgitrc.5.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 0d18290..68ae2ed 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -54,6 +54,10 @@ cache-root-ttl:: | |||
54 | Number which specifies the time-to-live, in minutes, for the cached | 54 | Number which specifies the time-to-live, in minutes, for the cached |
55 | version of the repository index page. Default value: "5". | 55 | version of the repository index page. Default value: "5". |
56 | 56 | ||
57 | cache-scanrc-ttl:: | ||
58 | Number which specifies the time-to-live, in minutes, for the result | ||
59 | of scanning a path for git repositories. Default value: "15". | ||
60 | |||
57 | cache-size:: | 61 | cache-size:: |
58 | The maximum number of entries in the cgit cache. Default value: "0" | 62 | The maximum number of entries in the cgit cache. Default value: "0" |
59 | (i.e. caching is disabled). | 63 | (i.e. caching is disabled). |
@@ -199,6 +203,11 @@ repo.group:: | |||
199 | A value for the current repository group, which all repositories | 203 | A value for the current repository group, which all repositories |
200 | specified after this setting will inherit. Default value: none. | 204 | specified after this setting will inherit. Default value: none. |
201 | 205 | ||
206 | repo.scan:: | ||
207 | A path which will be scanned for repositories. If caching is enabled, | ||
208 | the result will be cached as a cgitrc include-file in the cache | ||
209 | directory. Default value: none. See also: cache-scanrc-ttl. | ||
210 | |||
202 | robots:: | 211 | robots:: |
203 | Text used as content for the "robots" meta-tag. Default value: | 212 | Text used as content for the "robots" meta-tag. Default value: |
204 | "index, nofollow". | 213 | "index, nofollow". |