3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-15 21:34:45 +00:00

Make Element Call refuse a path prefix other than /

This commit is contained in:
Slavi Pantaleev
2025-03-12 08:46:11 +02:00
parent 0d1112638d
commit 6b55ba29ab
2 changed files with 12 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ matrix_element_call_version: v0.7.2
matrix_element_call_scheme: https
matrix_element_call_hostname: "call.element.{{ matrix_domain }}"
matrix_element_call_hostname: "call.{{ matrix_server_fqn_element }}"
matrix_element_call_path_prefix: /
matrix_element_call_base_path: "{{ matrix_base_data_path }}/element-call"