aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
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