diff --git a/roles/dokuwiki/templates/apache2-vhost.conf b/roles/dokuwiki/templates/apache2-vhost.conf
deleted file mode 100644
index 174a5cb..0000000
--- a/roles/dokuwiki/templates/apache2-vhost.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# Configuration for {{ dokuwiki_url }}
-# vim:ft=apache:
-
-# Website configuration
-
- ServerName {{ dokuwiki_url }}
- DocumentRoot {{ dokuwiki_webroot }}
-
- Require all granted
- AllowOverride All
- Options MultiViews FollowSymlinks
-
-
diff --git a/roles/gitlab/templates/apache2-vhost.conf b/roles/gitlab/templates/apache2-vhost.conf
deleted file mode 100644
index 2815bef..0000000
--- a/roles/gitlab/templates/apache2-vhost.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# Configuration for {{ gitlab_url }}
-# vim:ft=apache:
-
-# Website configuration
-
- ServerName {{ gitlab_url }}
- DocumentRoot {{ gitlab_webroot }}
-
- Require all granted
- AllowOverride All
- Options MultiViews FollowSymlinks
-
-
diff --git a/roles/gitweb/templates/apache2-vhost.conf b/roles/gitweb/templates/apache2-vhost.conf
deleted file mode 100644
index 65255a3..0000000
--- a/roles/gitweb/templates/apache2-vhost.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# Configuration for {{ gitweb_url }}
-# vim:ft=apache:
-
-# Website configuration
-
- ServerName {{ gitweb_url }}
- DocumentRoot {{ gitweb_webroot }}
-
- Require all granted
- AllowOverride All
- Options MultiViews FollowSymlinks
-
-
diff --git a/roles/nextcloud/templates/apache2-vhost.conf b/roles/nextcloud/templates/apache2-vhost.conf
deleted file mode 100644
index ae4c64b..0000000
--- a/roles/nextcloud/templates/apache2-vhost.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# Configuration for {{ nextcloud_url }}
-# vim:ft=apache:
-
-# Website configuration
-
- ServerName {{ nextcloud_url }}
- DocumentRoot {{ nextcloud_webroot }}
-
- Require all granted
- AllowOverride All
- Options MultiViews FollowSymlinks
-
-