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

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Este commit está contenido en:
Kamil Kaminski 2010-10-10 23:58:30 -05:00 cometido por Lars Hjemli
padre cda1b78ff7
commit 49d09d4fd1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

2
README
Ver fichero

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