cgit

commit 49d09d4fd1b0cab8189cf1809a1b1241f54c2e48

Author: Kamil Kaminski <kamilkss@gmail.com>

Fix a typo in README, s/ExecCGI/+ExecCGI

Signed-off-by: Lars Hjemli <hjemli@gmail.com>

 README | 2 +-


diff --git a/README b/README
index 73ec332085cc3afda8023dd805552305c30fc587..050e21ea0f5875ad9349cd6cc08ebd85564a9782 100644
--- a/README
+++ b/README
@@ -49,7 +49,7 @@ like this:
 
   <Directory "/var/www/htdocs/cgit/">
       AllowOverride None
-      Options ExecCGI
+      Options +ExecCGI
       Order allow,deny
       Allow from all
   </Directory>