From 529bde44081d0bc07a064e9dfb1f0b3f35e61061 Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Thu, 16 Jan 2020 15:16:09 +0100 Subject: luci-base: make rpc webserver path configurable Currently the ubus path that provide the webserver is hardcoded to be /ubus. Change this to make it configurable from the luci config file. Signed-off-by: Ansuel Smith --- modules/luci-base/root/etc/config/luci | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/luci-base/root/etc') diff --git a/modules/luci-base/root/etc/config/luci b/modules/luci-base/root/etc/config/luci index 82c2230e55..91a0193873 100644 --- a/modules/luci-base/root/etc/config/luci +++ b/modules/luci-base/root/etc/config/luci @@ -2,6 +2,7 @@ config core main option lang auto option mediaurlbase /luci-static/bootstrap option resourcebase /luci-static/resources + option ubuspath /ubus config extern flash_keep option uci "/etc/config/" -- cgit v1.2.3