mirror of
https://git.zx2c4.com/cgit
synced 2025-07-22 03:44:22 +02:00
Fix a typo in README, s/ExecCGI/+ExecCGI
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
cda1b78ff7
commit
49d09d4fd1
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -49,7 +49,7 @@ like this:
|
||||||
|
|
||||||
<Directory "/var/www/htdocs/cgit/">
|
<Directory "/var/www/htdocs/cgit/">
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Options ExecCGI
|
Options +ExecCGI
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue