aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/templates/vhost_mageia.org.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla/templates/vhost_mageia.org.conf')
-rw-r--r--modules/bugzilla/templates/vhost_mageia.org.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/bugzilla/templates/vhost_mageia.org.conf b/modules/bugzilla/templates/vhost_mageia.org.conf
new file mode 100644
index 00000000..625fb666
--- /dev/null
+++ b/modules/bugzilla/templates/vhost_mageia.org.conf
@@ -0,0 +1,13 @@
+<%
+path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla"
+%>
+
+<VirtualHost *:80>
+ ServerName bugs.mageia.org
+ DocumentRoot /usr/share/bugzilla/www
+ Alias /bugzilla/data <%= path_data_directory %>
+ Alias /bugzilla /usr/share/bugzilla/www
+ <Location />
+ Allow from all
+ </Location>
+</VirtualHost>