diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-18 11:16:55 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-18 11:16:55 +0000 |
commit | b9f68bd3afea8116a3e74212eacd0f18ad350b54 (patch) | |
tree | 0544953992d8f9cb8ed381f0716a76eb260f2da4 /modules/bugzilla/templates | |
parent | c9e5da4c396182e6fed4791a07960870200bc3f8 (diff) | |
download | puppet-b9f68bd3afea8116a3e74212eacd0f18ad350b54.tar puppet-b9f68bd3afea8116a3e74212eacd0f18ad350b54.tar.gz puppet-b9f68bd3afea8116a3e74212eacd0f18ad350b54.tar.bz2 puppet-b9f68bd3afea8116a3e74212eacd0f18ad350b54.tar.xz puppet-b9f68bd3afea8116a3e74212eacd0f18ad350b54.zip |
add a alias for graphs
Diffstat (limited to 'modules/bugzilla/templates')
-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> |