mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-14 16:29:43 +02:00
Make Element Call refuse a path prefix other than /
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user