aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/templates/vhost_bugs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla/templates/vhost_bugs.conf')
-rw-r--r--modules/bugzilla/templates/vhost_bugs.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/bugzilla/templates/vhost_bugs.conf b/modules/bugzilla/templates/vhost_bugs.conf
deleted file mode 100644
index 25306b1e..00000000
--- a/modules/bugzilla/templates/vhost_bugs.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-<%
-path_data_directory = lib_dir + "/bugzilla"
-%>
-
-<VirtualHost *:80>
- ServerName bugs.<%= domain %>
- DocumentRoot /usr/share/bugzilla/www
- Alias /bugzilla/data <%= path_data_directory %>
- Alias /bugzilla /usr/share/bugzilla/www
- <Location />
- Allow from all
- </Location>
-</VirtualHost>