From a15e9311146867b4decacee483f0074d93bf7661 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 17 Oct 2013 11:23:21 -0400 Subject: Bug 887117 - Move the compiled template cache dir to a directory in the document root to avoid storing on NFS r=glob --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Constants.pm') 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, -- cgit v1.2.3-24-g4f1b