webmcp

diff doc/lighttpd.sample.conf @ 96:db4bf2e6513c

Fixed errors in sample webserver configurations and request/__init.lua
author jbe
date Wed Oct 10 18:41:11 2012 +0200 (2012-10-10)
parents 2f8d8edd1836
children c92bd1ec1130
line diff
     1.1 --- a/doc/lighttpd.sample.conf	Wed Oct 10 18:29:08 2012 +0200
     1.2 +++ b/doc/lighttpd.sample.conf	Wed Oct 10 18:41:11 2012 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4        "/webmcp-demo/static/$1",
     1.5  
     1.6    # dynamic URLs
     1.7 -      "^/webmcp-demo/([^\?])(\?(.*))?$" =>
     1.8 +      "^/webmcp-demo/([^\?]*)(\?(.*))?$" =>
     1.9        "/webmcp-demo/webmcp-wrapper.lua?_webmcp_path=$1&$2",
    1.10  
    1.11  )

Impressum / About Us