소스 검색

matrix-synapse nginx template: fix invalid jinja comment syntax

pull/456/head
Marcel Partap 5 년 전
부모
커밋
851c25c47f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2

+ 2
- 2
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-synapse.conf.j2 파일 보기

@@ -105,7 +105,7 @@
{% endif %}

{% if matrix_nginx_proxy_synapse_workers_enabled %}
{# Workers redirects BEGIN}
{# Workers redirects BEGIN #}

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




불러오는 중...
취소
저장