Update templates/nginx.conf.j2 to remove gzip comment.

pull/218/head
Brian Wells 3 years ago
parent a629923cb1
commit cf20c217da
  1. 4
      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) }}