summaryrefslogtreecommitdiff
path: root/files/gitweb.conf
diff options
context:
space:
mode:
authorAdrien Thebo <adrien.thebo@gmail.com>2011-05-24 08:43:13 -0700
committerAdrien Thebo <adrien.thebo@gmail.com>2011-05-24 08:43:13 -0700
commit26dc2c63d1f07b04cd4e639f40cc651aacb2ce54 (patch)
treedd7e01a9a947496a6713e15c75d0596034b92ede /files/gitweb.conf
parentc9e633c9483f2d0f1a69d380897354b11dbc4a35 (diff)
Miscellaneous fixes.
Diffstat (limited to 'files/gitweb.conf')
-rw-r--r--files/gitweb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/gitweb.conf b/files/gitweb.conf
index 57572d3..8e2fb51 100644
--- a/files/gitweb.conf
+++ b/files/gitweb.conf
@@ -1,5 +1,5 @@
# path to git projects (<project>.git)
-$projectroot = "/var/www/git";
+$projectroot = "/var/cache/git";
# directory to use for temp files
$git_temp = "/tmp";