aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-18 11:17:00 +0000
committerMichael Scherer <misc@mageia.org>2011-07-18 11:17:00 +0000
commit2a69c0738d2a174ffbb326a9e1464e54f99a0758 (patch)
treeb4689f2cc369bf84415b97357d9eb6224d71053c /modules/bugzilla
parentbb921fa893f7f254246c6cbbca4d22db40eff31c (diff)
downloadpuppet-2a69c0738d2a174ffbb326a9e1464e54f99a0758.tar
puppet-2a69c0738d2a174ffbb326a9e1464e54f99a0758.tar.gz
puppet-2a69c0738d2a174ffbb326a9e1464e54f99a0758.tar.bz2
puppet-2a69c0738d2a174ffbb326a9e1464e54f99a0758.tar.xz
puppet-2a69c0738d2a174ffbb326a9e1464e54f99a0758.zip
since we use a local version of dot ( previous commit ), we can simplify the
setup here
Diffstat (limited to 'modules/bugzilla')
-rw-r--r--modules/bugzilla/templates/webapp_bugzilla.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/bugzilla/templates/webapp_bugzilla.conf b/modules/bugzilla/templates/webapp_bugzilla.conf
index 1f39ff17..16e94168 100644
--- a/modules/bugzilla/templates/webapp_bugzilla.conf
+++ b/modules/bugzilla/templates/webapp_bugzilla.conf
@@ -19,15 +19,8 @@ path_data_directory = "/var/lib/bugzilla"
</Files>
</Directory>
-# The dot files must be accessible to the public webdot server
# The png files locally created locally must be accessible
<Directory <%= path_data_directory %>/webdot>
- <FilesMatch \.dot$>
- Order deny,allow
- Deny from all
- Allow from research.att.com
- </FilesMatch>
-
<FilesMatch \.png$>
Order allow,deny
Allow from all