Openwrt关闭index的cache机制

先清除现在已经存在的cache

#rm /tmp/luci-indexcache

然后在命令行中使用以下几条命令即可关闭cache机制

#uci set luci.ccache.enable=0
#uci commit luci

如果现在你的更改还不能立即生效,logout再登入
现在你的更改每次刷新页面就可以看到了

P.K

computer loser

评论已关闭