all repos — cgit @ 49d09d4fd1b0cab8189cf1809a1b1241f54c2e48

a hyperfast web frontend for git written in c

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

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Kamil Kaminski kamilkss@gmail.com
Sun, 10 Oct 2010 23:58:30 -0500
commit

49d09d4fd1b0cab8189cf1809a1b1241f54c2e48

parent

cda1b78ff7afb6c565a2efe503bb3643e1009dc9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M READMEREADME

@@ -49,7 +49,7 @@ like this:

<Directory "/var/www/htdocs/cgit/"> AllowOverride None - Options ExecCGI + Options +ExecCGI Order allow,deny Allow from all </Directory>