summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-10-17 17:23:21 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-10-17 17:23:21 +0200
commita15e9311146867b4decacee483f0074d93bf7661 (patch)
treed5c1b3a0538b6fdb06b5960d86ece39540c69496 /Bugzilla/Constants.pm
parent62ae33ffa16c22e9705bd22e48fb8299225462f4 (diff)
downloadbugzilla-a15e9311146867b4decacee483f0074d93bf7661.tar.gz
bugzilla-a15e9311146867b4decacee483f0074d93bf7661.tar.xz
Bug 887117 - Move the compiled template cache dir to a directory in the document root to avoid storing on NFS
r=glob
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index ef3afeccb..bfc734088 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -650,7 +650,7 @@ sub bz_locations {
# make sure this still points to the CGIs.
'cgi_path' => $libpath,
'templatedir' => "$libpath/template",
- 'template_cache' => "$datadir/template",
+ 'template_cache' => "$libpath/template_cache",
'project' => $project,
'localconfig' => "$libpath/$localconfig",
'datadir' => $datadir,