the repository which powers this website
Fix a typo in README, s/ExecCGI/+ExecCGI
Signed-off-by: Lars Hjemli <[email protected]>
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ like this: <Directory "/var/www/htdocs/cgit/"> AllowOverride None - Options ExecCGI + Options +ExecCGI Order allow,deny Allow from all </Directory> |