summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-10-31 09:32:46 +0100
committerByron Jones <bjones@mozilla.com>2013-10-31 09:32:46 +0100
commit1522e48c854046b947284dbe50296cc0e159be4c (patch)
treeb88f7641b7d5e21f73e56ca07423fe646e25ff50 /Bugzilla/Constants.pm
parent69d8d262406f29b742c61850cd1d4932909277b5 (diff)
downloadbugzilla-1522e48c854046b947284dbe50296cc0e159be4c.tar.gz
bugzilla-1522e48c854046b947284dbe50296cc0e159be4c.tar.xz
Bug 887117: Move the compiled template cache dir to a directory in the document root to avoid storing on NFS
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 d884270e3..e13a93388 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,