소스 검색

extension

Danja Vasiliev 10 년 전
부모
커밋
634bef28aa
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 )