Unidiff1 files changed, 9 insertions, 4 deletions
|
diff --git a/cgitrc b/cgitrc index 7e7fae5..da3d138 100644 --- a/ cgitrc+++ b/ cgitrc |
|
@@ -3,10 +3,6 @@ |
3 | ## |
3 | ## |
4 | |
4 | |
5 | |
5 | |
6 | ## root folder for git repos |
| |
7 | #root=/usr/src/git |
| |
8 | |
| |
9 | |
| |
10 | ## base for virtual urls. If specified, rewrite rules must be added to |
6 | ## base for virtual urls. If specified, rewrite rules must be added to |
11 | ## httpd.conf. Possible rules for /git/ when cgit.cgi is accessed as /cgit.cgi: |
7 | ## httpd.conf. Possible rules for /git/ when cgit.cgi is accessed as /cgit.cgi: |
12 | ## |
8 | ## |
@@ -61,3 +57,12 @@ |
61 | |
57 | |
62 | ## ttl for static pages (addressed by SHA-1) |
58 | ## ttl for static pages (addressed by SHA-1) |
63 | #cache-static-ttl=-1 |
59 | #cache-static-ttl=-1 |
| |
60 | |
| |
61 | |
| |
62 | |
| |
63 | ## Example repository entry |
| |
64 | #repo.url=cgit |
| |
65 | #repo.name=cgit |
| |
66 | #repo.desc=the caching cgi for git |
| |
67 | #repo.path=/pub/git/cgit |
| |
68 | #repo.owner=Lars Hjemli |
|