From cf20c217da31aa0c492f512cf5c5b4c59eaf0053 Mon Sep 17 00:00:00 2001 From: Brian Wells Date: Thu, 25 Mar 2021 15:49:41 -0500 Subject: [PATCH] Update templates/nginx.conf.j2 to remove gzip comment. --- templates/nginx.conf.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index 59f4e2b..9573508 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -48,9 +48,7 @@ http { {% endif %} {% endblock %} -{% block http_gzip %} - # gzip on; -{% endblock %} +{% block http_gzip %}{% endblock %} {% if nginx_extra_http_options %} {{ nginx_extra_http_options|indent(4, False) }}