diff options
author | Steven Barth <steven@midlink.org> | 2009-05-26 17:44:27 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-05-26 17:44:27 +0000 |
commit | 73eae62580d4f78ade009415ba6533f502f29e5e (patch) | |
tree | dcde6a5b74330a44176fdb7d7436488ebf3caba3 /libs/lucid/hostfiles/etc/config | |
parent | f7deae100d6d36c1e8d6fef17316ca03aaf7214c (diff) |
Fix redirector
Diffstat (limited to 'libs/lucid/hostfiles/etc/config')
-rw-r--r-- | libs/lucid/hostfiles/etc/config/lucid | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/libs/lucid/hostfiles/etc/config/lucid b/libs/lucid/hostfiles/etc/config/lucid index 5a732ac53..934faa10e 100644 --- a/libs/lucid/hostfiles/etc/config/lucid +++ b/libs/lucid/hostfiles/etc/config/lucid @@ -58,4 +58,17 @@ config daemon rpc option slave rpcd list address 12900 list publisher mainrpc - option enabled 1
\ No newline at end of file + option enabled 1 + +config 'daemon' 'splashr' + option 'slave' 'httpd' + list 'address' '8082' + list 'publisher' 'splashredir' + option 'enabled' '1' + +config 'Redirector' 'splashredir' + option 'name' 'Splashd' + option 'virtual' '/' + option 'physical' ':80/luci/splash' + +
\ No newline at end of file |