Update templates/nginx.conf.j2 to remove indentation on http_begin and http_end blocks.

This commit is contained in:
Brian Wells 2021-03-25 14:49:23 -05:00
parent 6779158d57
commit a629923cb1
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ events {
{% endblock %}
http {
{% block http_begin %}{% endblock %}
{% block http_begin %}{% endblock %}
{% block http_basic %}
include {{ nginx_mime_file_path }};
@ -79,5 +79,5 @@ http {
{% endif %}
{% endblock %}
{% block http_end %}{% endblock %}
{% block http_end %}{% endblock %}
}