|
@@ -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 )
|