From e37674eabd9edbdcebca436dd4ef5ad10265cca4 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 21 Dec 2020 13:27:48 +0100
Subject: [PATCH] Revert "ansible-inventories/gentner#2352 Remove bigpipe"

This reverts commit effc10f9
---
 templates/vhost.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/vhost.conf b/templates/vhost.conf
index 18b8ebe..22a50c8 100644
--- a/templates/vhost.conf
+++ b/templates/vhost.conf
@@ -79,7 +79,7 @@
   </FilesMatch>
 {% endif %}
 {% endif %}
-{% if drupal_domain.bigpipe|default(false) %}
+{% if drupal_domain.disable_gzip|default(false) %}
   SetEnv no-gzip 1
 {% endif %}
 {% if groups.proxyserver is not defined and not drupal_domain.multidomain|default(false) %}
-- 
GitLab