Optimized caching behaviour, automatically flush caches in dev environment
[project/luci.git] / libs / sgi-cgi / htdocs / cgi-bin / luci
1 #!/usr/bin/lua
2 require "luci.cacheloader"
3 require "luci.sgi.cgi"
4 luci.dispatcher.indexcache = "/tmp/luci-indexcache"
5 luci.sgi.cgi.run()