diff options
author | Steven Barth <steven@midlink.org> | 2008-09-15 16:49:56 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-15 16:49:56 +0000 |
commit | 22c927621c18e384f3f79e53aedda53271d52de2 (patch) | |
tree | 7363c508763f2efb0b2bb726f2e2dfa20e7c776e /libs/sgi-cgi/htdocs | |
parent | 25263f014408448f3f153d9a62ab3d1de4b17660 (diff) |
Optimized caching behaviour, automatically flush caches in dev environment
Diffstat (limited to 'libs/sgi-cgi/htdocs')
-rwxr-xr-x | libs/sgi-cgi/htdocs/cgi-bin/luci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/sgi-cgi/htdocs/cgi-bin/luci b/libs/sgi-cgi/htdocs/cgi-bin/luci index cd9bb5966..529d1d0bc 100755 --- a/libs/sgi-cgi/htdocs/cgi-bin/luci +++ b/libs/sgi-cgi/htdocs/cgi-bin/luci @@ -1,5 +1,5 @@ #!/usr/bin/lua require "luci.cacheloader" require "luci.sgi.cgi" -luci.dispatcher.indexcache = "/tmp/.luciindex" +luci.dispatcher.indexcache = "/tmp/luci-indexcache" luci.sgi.cgi.run()
\ No newline at end of file |