Browse Source

extension

Danja Vasiliev 10 years ago
parent
commit
634bef28aa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      openwrt/common/etc/lighttpd/lighttpd.conf

+ 2 - 1
openwrt/common/etc/lighttpd/lighttpd.conf

@@ -73,6 +73,7 @@ $HTTP["request-method"] == "GET" {
   alias.url = (
     "/resources"  =>  "/www/lib/resources",
     "/devTools"   =>  "/www/lib/devTools",
+    "/extension"  =>  "/www/lib/extension",
     "/templates"  =>  "/www/lib/templates",
     "/admin"      =>  "/www/lib/cgi/admin.cgi"
   )
@@ -100,7 +101,7 @@ $HTTP["request-method"] == "POST" {
 }
 
 ## reads optional conf files
-include_shell "/etc/lighttpd/opts.sh vhosts.conf mime.conf" # compress.conf
+include_shell "/etc/lighttpd/opts.sh mime.conf" # compress.conf
 ## defines var.superglueVersion from /etc/superglue_version
 include_shell "/etc/lighttpd/vars.sh"
 setenv.add-response-header = ( "X-Superglue-Version" => var.superglueVersion )