From 323dfd93ec01a4c45e9ff2d619b4967a89e2f7bd Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 2 Aug 2017 21:08:20 +0000 Subject: [PATCH] Revert "Deploy httpd config to prevent varnish attacks" This reverts commit ef52ab8e89380b0ac2f051b46303389bc6693462. --- roles/httpd/website/tasks/main.yml | 14 -------------- roles/httpd/website/templates/blockchunked.conf | 4 ---- 2 files changed, 18 deletions(-) delete mode 100644 roles/httpd/website/templates/blockchunked.conf diff --git a/roles/httpd/website/tasks/main.yml b/roles/httpd/website/tasks/main.yml index 641457b835..12bc2333e2 100644 --- a/roles/httpd/website/tasks/main.yml +++ b/roles/httpd/website/tasks/main.yml @@ -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}} diff --git a/roles/httpd/website/templates/blockchunked.conf b/roles/httpd/website/templates/blockchunked.conf deleted file mode 100644 index efae29c390..0000000000 --- a/roles/httpd/website/templates/blockchunked.conf +++ /dev/null @@ -1,4 +0,0 @@ -# Workaround for https://www.varnish-cache.org/lists/pipermail/varnish-announce/2017-August/000722.html - - Require all denied -