Disable Basic-Auth in SDK
authorSteven Barth <steven@midlink.org>
Thu, 30 Jul 2009 11:26:27 +0000 (11:26 +0000)
committerSteven Barth <steven@midlink.org>
Thu, 30 Jul 2009 11:26:27 +0000 (11:26 +0000)
libs/lucid/hostfiles/etc/config/lucid

index 22b7efa..ab33e99 100644 (file)
@@ -10,9 +10,6 @@ config DirectoryPublisher webroot
        option physical host/www
        option virtual ''
        option domain ''
-       list read ':lo'
-       list read ':br-lan'
-       list read 'root'
        
 config LuciWebPublisher luciweb
        option name 'LuCI Webapplication'
@@ -20,9 +17,6 @@ config LuciWebPublisher luciweb
        list virtual /luci
        option domain ''
        option home 1
-       list exec ':lo'
-       list exec ':br-lan'
-       list exec 'root'
        
 config RPCPublisher    mainrpc
        option namespace 'luci.lucid.rpc'