mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-19 02:39:42 +02:00
Add some variables for controlling x_forwarded
settings for Synapse listeners
This commit is contained in:
@@ -46,7 +46,7 @@ worker_listeners:
|
||||
{% if http_resources|length > 0 %}
|
||||
- type: http
|
||||
bind_addresses: ['::']
|
||||
x_forwarded: true
|
||||
x_forwarded: {{ matrix_synapse_worker_listeners_http_main_x_forwarded | to_json }}
|
||||
port: {{ matrix_synapse_worker_details.port }}
|
||||
resources:
|
||||
- names: {{ http_resources|to_json }}
|
||||
|
Reference in New Issue
Block a user