summaryrefslogtreecommitdiffstats
path: root/apache2
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2022-11-26 02:05:17 -0500
committerMalfurious <m@lfurio.us>2022-11-26 02:05:17 -0500
commit222401f1f8bbacfb3fdf785fbf514cbf79f60889 (patch)
tree780716c982affefdc42e624771a52435bf8f8930 /apache2
parent3020786c5a1fa5127f234bf7ee433300d46d61d5 (diff)
downloadsite-222401f1f8bbacfb3fdf785fbf514cbf79f60889.tar.gz
site-222401f1f8bbacfb3fdf785fbf514cbf79f60889.zip
Remove cgit configuration
Repository hosting is now implemented by NormalMode. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'apache2')
-rw-r--r--apache2/cgit.conf8
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>