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 committed by Lars Hjemli
부모 cda1b78ff7
커밋 49d09d4fd1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

2
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>