matrix-synapse nginx template: fix invalid jinja comment syntax

master
Marcel Partap 4 years ago
parent e314613ded
commit 851c25c47f

@ -105,7 +105,7 @@
{% endif %} {% endif %}
{% if matrix_nginx_proxy_synapse_workers_enabled %} {% if matrix_nginx_proxy_synapse_workers_enabled %}
{# Workers redirects BEGIN} {# Workers redirects BEGIN #}
{% if generic_workers %} {% if generic_workers %}
# https://github.com/matrix-org/synapse/blob/master/docs/workers.md#synapseappgeneric_worker # https://github.com/matrix-org/synapse/blob/master/docs/workers.md#synapseappgeneric_worker
@ -164,7 +164,7 @@
} }
{% endif %} {% endif %}
{% endif %} {% endif %}
{# Workers redirects END} {# Workers redirects END #}
{% endif %} {% endif %}

Loading…
Cancel
Save