diff options
-rw-r--r-- | modules/bugzilla/templates/webapp_bugzilla.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/bugzilla/templates/webapp_bugzilla.conf b/modules/bugzilla/templates/webapp_bugzilla.conf index 4bac6f78..1f39ff17 100644 --- a/modules/bugzilla/templates/webapp_bugzilla.conf +++ b/modules/bugzilla/templates/webapp_bugzilla.conf @@ -33,3 +33,12 @@ path_data_directory = "/var/lib/bugzilla" Allow from all </FilesMatch> </Directory> + +Alias /graphs/ <%= path_data_directory %>/graphs/ +<Directory <%= path_data_directory %>/graphs> + + <FilesMatch \.png$> + Order allow,deny + Allow from all + </FilesMatch> +</Directory> |