-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,13 +46,13 @@ Apache configuration A new Directory-section must probably be added for cgit, possibly something like this: <Directory "/var/www/htdocs/cgit/"> AllowOverride None - Options ExecCGI + Options +ExecCGI Order allow,deny Allow from all </Directory> Runtime configuration |