webmcp

diff doc/lighttpd.sample.conf @ 98:c92bd1ec1130

Fixed error in example webserver configurations (do not include question mark)
author jbe
date Mon Oct 15 16:57:39 2012 +0200 (2012-10-15)
parents db4bf2e6513c
children
line diff
     1.1 --- a/doc/lighttpd.sample.conf	Sun Oct 14 17:11:13 2012 +0200
     1.2 +++ b/doc/lighttpd.sample.conf	Mon Oct 15 16:57:39 2012 +0200
     1.3 @@ -31,7 +31,7 @@
     1.4  
     1.5    # dynamic URLs
     1.6        "^/webmcp-demo/([^\?]*)(\?(.*))?$" =>
     1.7 -      "/webmcp-demo/webmcp-wrapper.lua?_webmcp_path=$1&$2",
     1.8 +      "/webmcp-demo/webmcp-wrapper.lua?_webmcp_path=$1&$3",
     1.9  
    1.10  )
    1.11  

Impressum / About Us