Hi Some CGI plugin improvements. This patch corrects the example config to match the dot and not any character.
- Lauri
>From b250fe1be0e608bbb8a04e3a8fed0f81838e82e5 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen <[email protected]> Date: Mon, 2 Jul 2012 16:53:58 +0300 Subject: [PATCH 1/2] cgi: Correct the config example Signed-off-by: Lauri Kasanen <[email protected]> --- plugins/cgi/conf/cgi.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/cgi/conf/cgi.conf b/plugins/cgi/conf/cgi.conf index 9213e43..a54079d 100644 --- a/plugins/cgi/conf/cgi.conf +++ b/plugins/cgi/conf/cgi.conf @@ -5,4 +5,4 @@ # You can list as many as needed, space-separated. [CGI] - Match /cgi-bin/.*.cgi .*.sh + Match /cgi-bin/.*\.cgi .*\.sh -- 1.7.2.1
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
