From b9f68bd3afea8116a3e74212eacd0f18ad350b54 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 18 Jul 2011 11:16:55 +0000 Subject: add a alias for graphs --- 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 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 + +Alias /graphs/ <%= path_data_directory %>/graphs/ +/graphs> + + + Order allow,deny + Allow from all + + -- cgit v1.2.1