diff options
Diffstat (limited to 'apache2/cgit.conf')
-rw-r--r-- | apache2/cgit.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apache2/cgit.conf b/apache2/cgit.conf deleted file mode 100644 index aa9a453..0000000 --- a/apache2/cgit.conf +++ /dev/null @@ -1,8 +0,0 @@ -ScriptAlias /git/ "/usr/lib/cgit/cgit.cgi/" -RedirectMatch ^/git$ /git/ -Alias /git-css "/usr/share/cgit/" -<Directory "/usr/lib/cgit/"> - AllowOverride None - Options ExecCGI FollowSymlinks - Require all granted -</Directory> |