roles/custom/matrix-element-call/templates/element-call-labels.j2파일 보기
@@ -24,7 +24,7 @@ traefik.http.middlewares.element-call-strip-prefix.stripprefix.prefixes={{ matri
{% endif %}
# Additional response headers for Element Call
{% if matrix_element_call_container_labels_traefik_additional_response_headers.keys() | length > 0 %}
{% if matrix_element_call_container_labels_traefik_additional_response_headers is mapping and matrix_element_call_container_labels_traefik_additional_response_headers.keys() | length > 0 %}
{% for name, value in matrix_element_call_container_labels_traefik_additional_response_headers.items() %}
traefik.http.middlewares.element-call-add-headers.headers.customresponseheaders.{{ name }}={{ value }}