From 22c927621c18e384f3f79e53aedda53271d52de2 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 15 Sep 2008 16:49:56 +0000 Subject: Optimized caching behaviour, automatically flush caches in dev environment --- libs/web/root/etc/config/luci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/web') diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index f78fbb02b9..4e31f9d9bd 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -21,7 +21,7 @@ config extern flash_keep config internal languages config internal sauth - option sessionpath "/tmp/.lucisessions" + option sessionpath "/tmp/luci-sessions" option sessiontime 3600 config internal ccache @@ -29,6 +29,6 @@ config internal ccache config internal template option compiler_mode file - option compiledir "/tmp/.lucitplcache" + option compiledir "/tmp/luci-templatecache" config internal themes -- cgit v1.2.3