diff --git a/templates/vhost.conf b/templates/vhost.conf
index 18b8ebeaabf14db3b12c3475fa70a568bc9af5e5..22a50c8f340e459f7951e0188c13753612e72436 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) %}