Revert "Deploy httpd config to prevent varnish attacks"

This reverts commit ef52ab8e89.
This commit is contained in:
Patrick Uiterwijk 2017-08-02 21:08:20 +00:00
parent 2ecfb4fdb4
commit 323dfd93ec
2 changed files with 0 additions and 18 deletions

View file

@ -52,20 +52,6 @@
- httpd
- httpd/website
- name: Copy over varnish workaround for {{name}}
template: >
src=blockchunked.conf
dest=/etc/httpd/conf.d/{{name}}/blockchunked.conf
owner=root
group=root
mode=0644
notify:
- reload proxyhttpd
tags:
- httpd
- httpd/website
- security/workaround
- name: And lastly, the robots.txt file
copy: >
src={{item}}

View file

@ -1,4 +0,0 @@
# Workaround for https://www.varnish-cache.org/lists/pipermail/varnish-announce/2017-August/000722.html
<If "%{HTTP:Transfer-Encoding} == 'chunked'">
Require all denied
</If>