diff options
Diffstat (limited to 'libs/web')
-rw-r--r-- | libs/web/root/etc/config/luci | 4 |
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 |