summaryrefslogtreecommitdiffhomepage
path: root/libs/web
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-09-15 16:49:56 +0000
committerSteven Barth <steven@midlink.org>2008-09-15 16:49:56 +0000
commit22c927621c18e384f3f79e53aedda53271d52de2 (patch)
tree7363c508763f2efb0b2bb726f2e2dfa20e7c776e /libs/web
parent25263f014408448f3f153d9a62ab3d1de4b17660 (diff)
Optimized caching behaviour, automatically flush caches in dev environment
Diffstat (limited to 'libs/web')
-rw-r--r--libs/web/root/etc/config/luci4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci
index f78fbb02b..4e31f9d9b 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