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

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Kamil Kaminski 2010-10-10 23:58:30 -05:00 committad av Lars Hjemli
förälder cda1b78ff7
incheckning 49d09d4fd1

2
README
Visa fil

@ -49,7 +49,7 @@ like this:
<Directory "/var/www/htdocs/cgit/">
AllowOverride None
Options ExecCGI
Options +ExecCGI
Order allow,deny
Allow from all
</Directory>