diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bugzilla/templates/webapp_bugzilla.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bugzilla/templates/webapp_bugzilla.conf b/modules/bugzilla/templates/webapp_bugzilla.conf index c14ef701..9446ce4f 100644 --- a/modules/bugzilla/templates/webapp_bugzilla.conf +++ b/modules/bugzilla/templates/webapp_bugzilla.conf @@ -38,8 +38,8 @@ Alias /graphs/ <%= path_data_directory %>/graphs/ # This should work automatically, but perhaps something # in our Bugzilla packaging breaks this? -Alias /extensions/Mageia/web/ <%= extension_location %>/web/ -<Directory <%= extension_location %>/web/> +Alias /extensions/Mageia/web/ <%= scope.lookupvar("bugzilla::extension_location") %>/web/ +<Directory <%= scope.lookupvar("bugzilla::extension_location") %>/web/> <FilesMatch \.png$> Order allow,deny Allow from all |