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) }}