From 9b0d30c06e8a4a224d5608c63aede123802d577d Mon Sep 17 00:00:00 2001
From: axel-bruening <bruening.axel@gmail.com>
Date: Wed, 11 Nov 2015 08:59:06 -0500
Subject: [PATCH] Set example cache setting to local directory.

---
 config/vufind/httpd-vufind.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/vufind/httpd-vufind.conf b/config/vufind/httpd-vufind.conf
index c54df1c8743..f0754236070 100644
--- a/config/vufind/httpd-vufind.conf
+++ b/config/vufind/httpd-vufind.conf
@@ -66,7 +66,7 @@ Alias /vufind /usr/local/vufind/public
   # encounter unexpected side effects -- while this directory may be outside of the
   # local settings directory, there should be exactly one separate cache location per
   # local settings directory.
-  #SetEnv VUFIND_CACHE_DIR /usr/local/vufind/cache
+  #SetEnv VUFIND_CACHE_DIR /usr/local/vufind/local/cache
 
   # This line specifies additional Zend Framework 2 modules to load after the standard VuFind module.
   # Multiple modules may be specified separated by commas.  This mechanism can be used to override
-- 
GitLab