diff --git a/tasks/cgit.yml b/tasks/cgit.yml
index b80bae9f1ea4d2c993f8010c08d4815c42cc20b3..5e8679675ea7187ced1eb244e0a71f206fa15b13 100644
--- a/tasks/cgit.yml
+++ b/tasks/cgit.yml
@@ -23,16 +23,6 @@
   notify:
   - Restart Apache
 
-- name: Add cgit Apache site
-  template:
-    src: cgit.conf.j2
-    dest: /etc/apache2/sites-enabled/cgit.conf
-    owner: root
-    group: root
-    mode: 0o0644
-  notify:
-    - Reload Apache
-
 - name: Add symlink for rst2html (workaround, bug fixed in Stretch)
   file:
     src: /usr/share/docutils/scripts/python2/rst2html
diff --git a/templates/cgit.conf.j2 b/templates/cgit.conf.j2
deleted file mode 100644
index 426d92a7aad76e449c8543c6cc97083115363533..0000000000000000000000000000000000000000
--- a/templates/cgit.conf.j2
+++ /dev/null
@@ -1,5 +0,0 @@
-<VirtualHost _default_:443>
-    Alias                   /cgit/css       /usr/share/cgit
-    ScriptAlias             /               /usr/lib/cgit/cgit.cgi/
-    SSLEngine               on
-</virtualHost>