diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-18 11:17:00 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-18 11:17:00 +0000 |
commit | 2a69c0738d2a174ffbb326a9e1464e54f99a0758 (patch) | |
tree | b4689f2cc369bf84415b97357d9eb6224d71053c | |
parent | bb921fa893f7f254246c6cbbca4d22db40eff31c (diff) | |
download | puppet-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
-rw-r--r-- | modules/bugzilla/templates/webapp_bugzilla.conf | 7 |
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 |