Unidiff1 files changed, 5 insertions, 2 deletions
|
diff --git a/cgitrc b/cgitrc index 019781e..e7e731c 100644 --- a/ cgitrc+++ b/ cgitrc |
|
@@ -63,8 +63,11 @@ |
63 | #cache-root=/var/cache/cgit |
63 | #cache-root=/var/cache/cgit |
64 | |
64 | |
65 | |
65 | |
| |
66 | ## Include another config-file |
| |
67 | #include=/var/cgit/repolist |
| |
68 | |
66 | ## |
69 | ## |
67 | ## Time-To-Live settings: specifies how long (in minutes) different pages |
70 | ## Time-To-Live settings: specifies how long (in minutes) different pages |
68 | ## should be cached (0 for instant expiration, -1 for immortal pages) |
71 | ## should be cached (0 for instant expiration, -1 for immortal pages) |
69 | ## |
72 | ## |
70 | |
73 | |
@@ -74,7 +77,7 @@ |
74 | ## ttl for repo summary page |
77 | ## ttl for repo summary page |
75 | #cache-repo-ttl=5 |
78 | #cache-repo-ttl=5 |
76 | |
79 | |
77 | ## ttl for other dynamic pages |
80 | ## ttl for other dynamic pages |
78 | #cache-dynamic-ttl=5 |
81 | #cache-dynamic-ttl=5 |
79 | |
82 | |
80 | ## ttl for static pages (addressed by SHA-1) |
83 | ## ttl for static pages (addressed by SHA-1) |
|