From 07ddaf5038774b274b0fcc5ac84fed04813b769e Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 15 Jun 2014 17:31:12 +0100 Subject: bugzilla: Allow our extension to serve webfiles (needed for favicon) --- modules/bugzilla/templates/webapp_bugzilla.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/bugzilla/templates/webapp_bugzilla.conf b/modules/bugzilla/templates/webapp_bugzilla.conf index 5db49d50..c14ef701 100644 --- a/modules/bugzilla/templates/webapp_bugzilla.conf +++ b/modules/bugzilla/templates/webapp_bugzilla.conf @@ -30,7 +30,16 @@ path_data_directory = "/var/lib/bugzilla" Alias /graphs/ <%= path_data_directory %>/graphs/ /graphs> + + Order allow,deny + Allow from all + + +# This should work automatically, but perhaps something +# in our Bugzilla packaging breaks this? +Alias /extensions/Mageia/web/ <%= extension_location %>/web/ +/web/> Order allow,deny Allow from all -- cgit v1.2.1